Home
last modified time | relevance | path

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

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