Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Draw_usrreq.c93 if (rp->rcb_proto.sp_protocol && in raw_input()
94 rp->rcb_proto.sp_protocol != proto->sp_protocol) in raw_input()
H A Draw_cb.c86 rp->rcb_proto.sp_protocol = proto; in raw_attach()
H A Drtsock.c278 switch(rp->rcb_proto.sp_protocol) { in rts_attach()
329 switch(rp->rcb_proto.sp_protocol) { in rts_detach()
443 route_proto.sp_protocol = family; in rts_input_handler()
/dragonfly/sys/sys/
H A Dsocket.h257 __uint16_t sp_protocol; /* protocol */ member