Home
last modified time | relevance | path

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

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