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

  /src/usr.sbin/rtadvd/
if.c 338 const struct if_announcemsghdr *ifan = buf;
346 const struct if_announcemsghdr *ifan = buf;
  /src/usr.sbin/ifwatchd/
ifwatchd.c 69 static void check_announce(const struct if_announcemsghdr *ifan);
522 check_announce(const struct if_announcemsghdr *ifan)
  /src/sbin/route/
route.c 1346 struct if_announcemsghdr *ifan;
1403 ifan = (struct if_announcemsghdr *)rtm;
1470 ifan = (struct if_announcemsghdr *)rtm;
  /src/sbin/ifconfig/
ieee80211.c 750 struct if_announcemsghdr *ifan;
761 ifan = (struct if_announcemsghdr *) rtm;
  /src/sys/net/
rtsock_shared.c 139 #define if_xannouncemsghdr if_announcemsghdr
1199 RTS_CTASSERT(__alignof(struct if_announcemsghdr) >= sizeof(uint64_t));
if.h 822 struct if_announcemsghdr { struct

Completed in 39 milliseconds