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

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_domain.c418 pr = pffindproto_locked(family, protocol, type);
424 pffindproto_locked(int family, int protocol, int type) function
/darwin-on-arm/xnu/bsd/sys/
H A Dprotosw.h426 struct protosw *pffindproto_locked(int family, int protocol, int type);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dip6_input.c320 pr = (struct ip6protosw *)pffindproto_locked(PF_INET6, IPPROTO_RAW, SOCK_RAW);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_input.c431 pr = pffindproto_locked(PF_INET, IPPROTO_RAW, SOCK_RAW);

Completed in 26 milliseconds