Searched refs:pffindproto (Results 1 – 5 of 5) sorted by relevance
| /netbsd/src/sys/sys/ |
| D | protosw.h | 280 const struct protosw *pffindproto(int, int, int);
|
| /netbsd/src/sys/kern/ |
| D | uipc_domain.c | 203 pffindproto(int family, int protocol, int type) in pffindproto() function
|
| D | uipc_socket.c | 508 prp = pffindproto(dom, proto, type); in socreate()
|
| /netbsd/src/sys/netinet/ |
| D | ip_input.c | 279 pr = pffindproto(PF_INET, IPPROTO_RAW, SOCK_RAW); in ip_init()
|
| /netbsd/src/sys/netinet6/ |
| D | ip6_input.c | 189 pr = (const struct ip6protosw *)pffindproto(PF_INET6, IPPROTO_RAW, SOCK_RAW); in ip6_init()
|