Home
last modified time | relevance | path

Searched refs:pffindproto (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dip_input.c352 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 Dprotosw.h345 struct protosw *pffindproto(int family, int protocol, int type);
/f-stack/freebsd/sys/
H A Dprotosw.h347 struct protosw *pffindproto(int family, int protocol, int type);
/f-stack/freebsd/netinet6/
H A Dip6_input.c265 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 Duipc_domain.c302 pffindproto(int family, int protocol, int type) in pffindproto() function
H A Duipc_socket.c514 prp = pffindproto(dom, proto, type); in socreate()