| ip_input.c | 252 static struct in_ifaddr *ip_match_our_address(struct ifnet *, struct ip *, 315 ip_match_our_address(struct ifnet *ifp, struct ip *ip, int *downmatch) function in typeref:struct:in_ifaddr * 655 ia = ip_match_our_address(ifp, ip, &downmatch); 799 * Keep a reference from ip_match_our_address with psref
|