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

  /src/sys/compat/net/
if.h 200 u_char ifam_type; /* message type */ member in struct:ifa_msghdr50
232 u_char ifam_type; /* message type */ member in struct:ifa_msghdr70
  /src/external/bsd/ntp/dist/libntp/lib/isc/unix/
ifiter_sysctl.c 168 if (ifam->ifam_type == RTM_IFINFO) {
207 } else if (ifam->ifam_type == RTM_NEWADDR) {
  /src/external/bsd/dhcpcd/dist/src/
if-bsd.c 1350 if (ifam->ifam_type == RTM_DELADDR) {
1379 if (ifam->ifam_type == RTM_NEWADDR && !(ifp->flags & IFF_UP)) {
1398 if (ifam->ifam_type != RTM_CHGADDR)
1401 if (ifam->ifam_type != RTM_NEWADDR)
1444 if (ifam->ifam_type != RTM_DELADDR)
1447 if (ifam->ifam_type == RTM_DELADDR)
1489 if (ifam->ifam_type == RTM_DELADDR) {
1504 ipv4_handleifa(ctx, ifam->ifam_type, NULL, ifp->name,
1534 if (ifam->ifam_type != RTM_DELADDR)
1537 } else if (ifam->ifam_type == RTM_DELADDR
    [all...]
  /src/external/apache2/mDNSResponder/dist/mDNSPosix/
mDNSPosix.c 1765 int index = pRSMsg->ifam_type == RTM_IFINFO ? ((struct if_msghdr*) pRSMsg)->ifm_index : pRSMsg->ifam_index;
1767 printf("ifa_msghdr len=%d, type=%s, index=%d\n", pRSMsg->ifam_msglen, kRSMsgTypes[pRSMsg->ifam_type], index);
1789 if (pRSMsg->ifam_type == RTM_NEWADDR || pRSMsg->ifam_type == RTM_DELADDR ||
1790 pRSMsg->ifam_type == RTM_IFINFO)
1792 if (pRSMsg->ifam_type == RTM_IFINFO)
  /src/sbin/routed/
if.c 752 if (ifam->ifam_type == RTM_OIFINFO)
755 if (ifam->ifam_type == RTM_IFINFO) {
781 if (ifam->ifam_type != RTM_NEWADDR) {
  /src/usr.sbin/ifwatchd/
ifwatchd.c 347 ev = ifam->ifam_type == RTM_DELADDR ? DOWN : UP;
  /src/sys/net/
if.h 815 u_char ifam_type; /* message type */ member in struct:ifa_msghdr

Completed in 49 milliseconds