Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Draw_cb.c97 rp->rcb_proto.sp_family = so->so_proto->pr_domain->dom_family; in raw_attach()
98 rp->rcb_proto.sp_protocol = proto; in raw_attach()
H A Draw_usrreq.c91 if (rp->rcb_proto.sp_family != proto->sp_family) in raw_input_ext()
93 if (rp->rcb_proto.sp_protocol && in raw_input_ext()
94 rp->rcb_proto.sp_protocol != proto->sp_protocol) in raw_input_ext()
H A Draw_cb.h48 struct sockproto rcb_proto; /* protocol family, protocol */ member
H A Drtsock.c337 switch(rp->rcb_proto.sp_protocol) { in rts_attach()
377 switch(rp->rcb_proto.sp_protocol) { in rts_detach()
1232 unsigned short family = rp->rcb_proto.sp_family; in send_rtm_reply()
1233 rp->rcb_proto.sp_family = 0; in send_rtm_reply()
1235 rp->rcb_proto.sp_family = family; in send_rtm_reply()
/f-stack/freebsd/netipsec/
H A Dkeysock.c212 if (rp->rcb_proto.sp_family != PF_KEY) in key_sendup_mbuf()
214 if (rp->rcb_proto.sp_protocol in key_sendup_mbuf()
215 && rp->rcb_proto.sp_protocol != PF_KEY_V2) { in key_sendup_mbuf()
309 if (kp->kp_raw.rcb_proto.sp_protocol == PF_KEY) /* XXX: AF_KEY */ in key_attach()
359 if (kp->kp_raw.rcb_proto.sp_protocol in key_detach()