Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dip_input.c251 static struct in_ifaddr *ip_match_our_address(struct ifnet *, struct ip *,
314 ip_match_our_address(struct ifnet *ifp, struct ip *ip, int *downmatch) in ip_match_our_address() function
654 ia = ip_match_our_address(ifp, ip, &downmatch); in ip_input()