Searched refs:pffindproto (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | ip_input.c | 352 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ip_init() 885 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ipproto_register() 913 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ipproto_unregister()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | protosw.h | 345 struct protosw *pffindproto(int family, int protocol, int type);
|
| /f-stack/freebsd/sys/ |
| H A D | protosw.h | 347 struct protosw *pffindproto(int family, int protocol, int type);
|
| /f-stack/freebsd/netinet6/ |
| H A D | ip6_input.c | 265 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init() 308 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6proto_register() 338 pr = pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6proto_unregister()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_domain.c | 302 pffindproto(int family, int protocol, int type) in pffindproto() function
|
| H A D | uipc_socket.c | 514 prp = pffindproto(dom, proto, type); in socreate()
|