Searched refs:sp_protocol (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/net/
H A Draw_usrreq.c131 if (rp->rcb_proto.sp_protocol &&
132 rp->rcb_proto.sp_protocol != proto->sp_protocol)
H A Draw_cb.c110 rp->rcb_proto.sp_protocol = proto;
H A Drtsock.c191 switch (rp->rcb_proto.sp_protocol) {
229 switch (rp->rcb_proto.sp_protocol) {
683 route_proto.sp_protocol = dst_sa_family;
1315 route_proto.sp_protocol = sa ? sa->sa_family : 0;
1359 route_proto.sp_protocol = ifma->ifma_addr->sa_family;
H A Dndrv.c238 np->nd_proto.sp_protocol = proto;
/xnu-2782.1.97/bsd/netkey/
H A Dkeysock.c255 if (rp->rcb_proto.sp_protocol
256 && rp->rcb_proto.sp_protocol != PF_KEY_V2) {
382 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) /* XXX: AF_KEY */
426 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) /* XXX: AF_KEY */
/xnu-2782.1.97/bsd/sys/
H A Dsocket.h462 __uint16_t sp_protocol; /* protocol */ member in struct:sockproto

Completed in 35 milliseconds