Searched refs:sp_proto (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/netbt/
H A Dsco.h50 const struct btproto *sp_proto; /* upper layer protocol */ member in struct:sco_pcb
H A Dsco_upper.c75 pcb->sp_proto = proto;
H A Dhci_link.c798 new = (*pcb->sp_proto->newconn)(pcb->sp_upper, &laddr, &raddr);
864 (*link->hl_sco->sp_proto->input)(link->hl_sco->sp_upper, m);
886 (*link->hl_sco->sp_proto->complete)(link->hl_sco->sp_upper, num);
989 (*pcb->sp_proto->disconnected)(pcb->sp_upper, err);
H A Dhci_event.c661 (*link->hl_sco->sp_proto->connected)(link->hl_sco->sp_upper);
/netbsd-current/sys/net/
H A Dif_gre.c307 sp->sp_proto = IPPROTO_GRE;
447 rc = fsocreate(af, &so, sp->sp_type, sp->sp_proto, &fd, &fp, NULL);
867 * given by sc->sc_soparm.sp_proto. See also RFC 1701 and RFC 2004
1090 (sp->sp_proto != 0 && pr->pr_protocol != 0 &&
1091 pr->pr_protocol != sp->sp_proto)) {
1208 oproto = sp->sp_proto;
1212 sp->sp_proto = IPPROTO_UDP;
1216 sp->sp_proto = 0;
1220 sp->sp_proto = IPPROTO_GRE;
1232 (oproto == sp->sp_proto || s
[all...]
H A Dif_gre.h58 int sp_proto; /* encapsulating protocol */ member in struct:gre_soparm

Completed in 184 milliseconds