Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/sys/
H A Dprotosw.h621 extern struct protosw *pffindproto(int family, int protocol, int type)
622 __XNU_INTERNAL(pffindproto);
626 extern struct protosw *pffindproto(int family, int protocol, int type);
/xnu-10002.1.13/bsd/net/
H A Dnet_stubs.c406 STUB(pffindproto);
/xnu-10002.1.13/bsd/netinet/
H A Dflow_divert.c2256 so->so_proto = pffindproto(SOCK_DOM(so), SOCK_PROTO(so), SOCK_TYPE(so)); in flow_divert_disable()
4650 g_tcp_protosw = pffindproto(AF_INET, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init()
4680 g_udp_protosw = pffindproto(AF_INET, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()
4709 g_tcp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init()
4738 g_udp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()
/xnu-10002.1.13/bsd/kern/
H A Duipc_domain.c830 pffindproto(int family, int protocol, int type) in pffindproto() function
H A Dkpi_socketfilter.c1342 pr = pffindproto(domain, protocol, type); in sflt_register_common()
H A Duipc_socket.c649 prp = pffindproto(dom, proto, type); in socreate_internal()