HomeSort by: relevance | last modified time | path
    Searched refs:IFA_DESTROYING (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet/
in.c 886 ifa->ifa_flags |= IFA_DESTROYING;
1442 if (!ISSET(target->ia_ifa.ifa_flags, IFA_DESTROYING))
1466 if (ISSET(target->ia_ifa.ifa_flags, IFA_DESTROYING)) {
  /src/sys/netinet6/
in6.c 328 if (!ISSET(target->ia_ifa.ifa_flags, IFA_DESTROYING))
352 if (ISSET(target->ia_ifa.ifa_flags, IFA_DESTROYING)) {
1461 ifa->ifa_flags |= IFA_DESTROYING;
  /src/sys/net/
if.h 778 #define IFA_DESTROYING 0x2
if.c 1812 return ISSET(ifa->ifa_flags, IFA_DESTROYING);

Completed in 129 milliseconds