Symbol: if_announcemsghdr
sbin/dhclient/dhclient.c
165
struct if_announcemsghdr *ifan;
sbin/dhclient/dhclient.c
250
ifan = (struct if_announcemsghdr *)rtm;
sbin/ifconfig/ifieee80211.c
3532
struct if_announcemsghdr *ifan;
sbin/ifconfig/ifieee80211.c
3543
ifan = (struct if_announcemsghdr *) rtm;
sbin/route/route.c
1474
struct if_announcemsghdr *ifan;
sbin/route/route.c
1517
ifan = (struct if_announcemsghdr *)rtm;
sbin/route/route.c
1584
ifan = (struct if_announcemsghdr *)rtm;
sys/net/rtsock.c
1065
return sizeof(struct if_announcemsghdr);
sys/net/rtsock.c
1417
struct if_announcemsghdr *ifan;
sys/net/rtsock.c
1428
ifan = mtod(m, struct if_announcemsghdr *);
sys/net/rtsock.c
1475
mtod(m, struct if_announcemsghdr *)->ifan_msglen += data_len;
tools/tools/net80211/wlanwatch/wlanwatch.c
270
struct if_announcemsghdr *ifan;
tools/tools/net80211/wlanwatch/wlanwatch.c
301
ifan = (struct if_announcemsghdr *)rtm;
tools/tools/net80211/wlanwatch/wlanwatch.c
320
ifan = (struct if_announcemsghdr *)rtm;
tools/tools/net80211/wlanwds/wlanwds.c
300
struct if_announcemsghdr *ifan;
tools/tools/net80211/wlanwds/wlanwds.c
309
ifan = (struct if_announcemsghdr *)rtm;
tools/tools/net80211/wlanwds/wlanwds.c
327
ifan = (struct if_announcemsghdr *)rtm;
usr.sbin/rtadvd/rtadvd.c
467
struct if_announcemsghdr *ifan;
usr.sbin/rtadvd/rtadvd.c
528
ifan = (struct if_announcemsghdr *)next;
usr.sbin/rtsold/rtsock.c
133
struct if_announcemsghdr *ifan;
usr.sbin/rtsold/rtsock.c
136
ifan = (struct if_announcemsghdr *)rtm;
usr.sbin/rtsold/rtsock.c
69
{ RTM_IFANNOUNCE, sizeof(struct if_announcemsghdr),