Home
last modified time | relevance | path

Searched refs:rcb_proto (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.41.9/bsd/netkey/
H A Dkeysock.c282 if (rp->rcb_proto.sp_family != PF_KEY) { in key_sendup_mbuf()
285 if (rp->rcb_proto.sp_protocol in key_sendup_mbuf()
286 && rp->rcb_proto.sp_protocol != PF_KEY_V2) { in key_sendup_mbuf()
409 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) { /* XXX: AF_KEY */ in key_attach()
456 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) { /* XXX: AF_KEY */ in key_detach()
/xnu-8792.41.9/bsd/net/
H A Draw_cb.c111 rp->rcb_proto.sp_family = (uint16_t)SOCK_DOM(so); in raw_attach()
112 rp->rcb_proto.sp_protocol = (uint16_t)proto; in raw_attach()
H A Draw_usrreq.c105 if (rp->rcb_proto.sp_family != proto->sp_family) { in raw_input()
108 if (rp->rcb_proto.sp_protocol && in raw_input()
109 rp->rcb_proto.sp_protocol != proto->sp_protocol) { in raw_input()
H A Draw_cb.h77 struct sockproto rcb_proto; /* protocol family, protocol */ member
H A Drtsock.c197 switch (rp->rcb_proto.sp_protocol) { in rts_attach()
235 switch (rp->rcb_proto.sp_protocol) { in rts_detach()
773 rp->rcb_proto.sp_family = 0; /* Avoid us */ in route_output()
784 rp->rcb_proto.sp_family = PF_ROUTE; in route_output()