Searched refs:pffindproto (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/bsd/sys/ |
| H A D | protosw.h | 622 extern struct protosw *pffindproto(int family, int protocol, int type) 623 __XNU_INTERNAL(pffindproto); 627 extern struct protosw *pffindproto(int family, int protocol, int type);
|
| /xnu-10063.101.15/bsd/net/ |
| H A D | net_stubs.c | 406 STUB(pffindproto);
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | flow_divert.c | 2264 so->so_proto = pffindproto(SOCK_DOM(so), SOCK_PROTO(so), SOCK_TYPE(so)); in flow_divert_disable() 4735 g_tcp_protosw = pffindproto(AF_INET, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init() 4765 g_udp_protosw = pffindproto(AF_INET, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init() 4794 g_tcp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_TCP, SOCK_STREAM); in flow_divert_init() 4823 g_udp6_protosw = (struct ip6protosw *)pffindproto(AF_INET6, IPPROTO_UDP, SOCK_DGRAM); in flow_divert_init()
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_domain.c | 833 pffindproto(int family, int protocol, int type) in pffindproto() function
|
| H A D | kpi_socketfilter.c | 1342 pr = pffindproto(domain, protocol, type); in sflt_register_common()
|
| H A D | uipc_socket.c | 647 prp = pffindproto(dom, proto, type); in socreate_internal()
|