Home
last modified time | relevance | path

Searched refs:nd_proto (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/bsd/net/
H A Dndrv_var.h61 struct sockproto nd_proto; /* proto family, protocol */ member
H A Dndrv.c249 np->nd_proto.sp_family = (uint16_t)SOCK_DOM(so); in ndrv_attach()
250 np->nd_proto.sp_protocol = (uint16_t)proto; in ndrv_attach()