Home
last modified time | relevance | path

Searched refs:pffindtype (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dprotosw.h346 struct protosw *pffindtype(int family, int type);
/f-stack/freebsd/sys/
H A Dprotosw.h348 struct protosw *pffindtype(int family, int type);
/f-stack/freebsd/kern/
H A Duipc_domain.c286 pffindtype(int family, int type) in pffindtype() function
H A Duipc_socket.c516 prp = pffindtype(dom, type); in socreate()