Home
last modified time | relevance | path

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

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