Home
last modified time | relevance | path

Searched refs:pffindprotonotype (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dprotosw.h613 extern struct protosw *pffindprotonotype(int, int);
/xnu-8796.141.3/bsd/kern/
H A Duipc_domain.c913 pffindprotonotype(int family, int protocol) in pffindprotonotype() function
H A Duipc_socket.c657 if (pffindprotonotype(dom, proto) != NULL) { in socreate_internal()