Searched refs:in6pcb_lookup_bound (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | in_pcb.h | 316 extern struct inpcb *in6pcb_lookup_bound(struct inpcbtable *,
|
H A D | tcp_input.c | 1399 inp = in6pcb_lookup_bound(&tcbtable, &d, in tcp_input() 1434 inp = in6pcb_lookup_bound(&tcbtable, &ip6->ip6_dst, in tcp_input()
|
H A D | dccp_usrreq.c | 344 inp = in6pcb_lookup_bound(&dccpbtable, &ip6->ip6_dst, in dccp_input()
|
/netbsd-src/sys/netinet6/ |
H A D | udp6_usrreq.c | 266 else if (in6pcb_lookup_bound(&udbtable, &sa6->sin6_addr, in udp6_ctlinput() 518 inp = in6pcb_lookup_bound(&udbtable, dst6, dport, 0); in udp6_realinput()
|
H A D | raw_ip6.c | 330 inp = in6pcb_lookup_bound(&raw6cbtable, in rip6_ctlinput()
|
H A D | in6_pcb.c | 1089 in6pcb_lookup_bound(struct inpcbtable *table, const struct in6_addr *laddr6, in in6pcb_lookup_bound() function
|
/netbsd-src/sys/dist/pf/net/ |
H A D | pf.c | 2809 in6pcb_lookup_bound(tbl, addr, port, zero)
|