Searched refs:pffindproto_locked (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Duipc_domain.c822 pp = pffindproto_locked(family, protocol, type);
828 pffindproto_locked(int family, int protocol, int type) function
865 if ((pp = pffindproto_locked(family, protocol, type)) != NULL &&
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dprotosw.h541 extern struct protosw *pffindproto_locked(int, int, int);
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dip6_input.c295 pr = pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW);
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Dip_input.c440 pr = pffindproto_locked(PF_INET, IPPROTO_RAW, SOCK_RAW);
H A Dmptcp_subr.c270 prp = pffindproto_locked(PF_INET, IPPROTO_TCP, SOCK_STREAM);
291 prp6 = (struct ip6protosw *)pffindproto_locked(PF_INET6,

Completed in 151 milliseconds