Home
last modified time | relevance | path

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

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