HomeSort by: relevance | last modified time | path
    Searched defs:ip_match_our_address (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
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
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
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

Completed in 33 milliseconds