Home
last modified time | relevance | path

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

/freebsd-12.1/sys/net/
H A Draw_usrreq.c93 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.c98 rp->rcb_proto.sp_protocol = proto; in raw_attach()
H A Drtsock.c268 route_proto.sp_protocol = *family; in rts_input()
271 route_proto.sp_protocol = 0; in rts_input()
317 switch(rp->rcb_proto.sp_protocol) { in rts_attach()
357 switch(rp->rcb_proto.sp_protocol) { in rts_detach()
/freebsd-12.1/sys/netipsec/
H A Dkeysock.c214 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()
/freebsd-12.1/contrib/traceroute/
H A Drip_output.c12 short proto = rp->rcb_proto.sp_protocol;
/freebsd-12.1/sys/sys/
H A Dsocket.h342 unsigned short sp_protocol; /* protocol */ member