Home
last modified time | relevance | path

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

/dragonfly/sys/net/
H A Draw_cb.c85 rp->rcb_proto.sp_family = so->so_proto->pr_domain->dom_family; in raw_attach()
86 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()
93 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.h59 struct sockproto rcb_proto; /* protocol family, protocol */ member
H A Drtsock.c278 switch(rp->rcb_proto.sp_protocol) { in rts_attach()
329 switch(rp->rcb_proto.sp_protocol) { in rts_detach()