HomeSort by: relevance | last modified time | path
    Searched defs:ip_match_our_address (Results 1 - 1 of 1) 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

Completed in 13 milliseconds