Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Din_pcb.h292 struct inpcb *in6pcb_lookup_local(struct inpcbtable *, struct in6_addr *,
H A Dportalgo.c329 t = in6pcb_lookup_local(table, &sin6.sin6_addr, in check_suitable_port()
H A Din_pcb.c416 t6 = in6pcb_lookup_local(table, &mapped, sin->sin_port, wild, &vestige); in inpcb_bind_port()
/netbsd/sys/netinet6/
H A Din6_pcb.c297 t = in6pcb_lookup_local(table, &sin6->sin6_addr, in in6pcb_bind_port()
833 in6pcb_lookup_local(struct inpcbtable *table, struct in6_addr *laddr6, in in6pcb_lookup_local() function