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

/xnu-2422.115.4/bsd/net/
H A Dnet_stubs.c2294 int pffindproto(void);
2295 int pffindproto(void) function
/xnu-2422.115.4/bsd/sys/
H A Dprotosw.h545 extern struct protosw *pffindproto(int family, int protocol, int type);
/xnu-2422.115.4/bsd/kern/
H A Dkpi_socketfilter.c1259 struct protosw *pr = pffindproto(domain, protocol, type);
H A Duipc_domain.c818 pffindproto(int family, int protocol, int type) function
857 * Exported (private) routine, indirection of pffindproto.
H A Duipc_socket.c544 prp = pffindproto(dom, proto, type);
/xnu-2422.115.4/bsd/netinet/
H A Dflow_divert.c2672 old_so->so_proto = pffindproto(SOCK_DOM(old_so), IPPROTO_TCP, SOCK_STREAM);
3152 g_tcp_protosw = pffindproto(AF_INET, IPPROTO_TCP, SOCK_STREAM);
3184 g_tcp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_TCP, SOCK_STREAM);

Completed in 101 milliseconds