Symbol: rt_msghdr
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
733
struct rt_msghdr *rtm = (struct rt_msghdr *) msg;
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
787
struct rt_msghdr *rtm = (struct rt_msghdr *) buf;
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
844
struct rt_msghdr *rtm;
crypto/dist/ipsec-tools/src/racoon/grabmyaddr.c
867
rtm = (struct rt_msghdr *) buf;
lib/libc/net/getifaddrs.c
105
rtm = (struct rt_msghdr *)(void *)next;
lib/libc/net/getifaddrs.c
185
rtm = (struct rt_msghdr *)(void *)next;
lib/libc/net/getifaddrs.c
82
struct rt_msghdr *rtm;
sbin/ifconfig/ieee80211.c
751
struct rt_msghdr *rtm;
sbin/ifconfig/ieee80211.c
758
rtm = (struct rt_msghdr *) buf;
sbin/route/route.c
1091
struct rt_msghdr *rtm;
sbin/route/route.c
1110
rtm = (struct rt_msghdr *)next;
sbin/route/route.c
1123
struct rt_msghdr hdr;
sbin/route/route.c
114
static int print_getmsg(struct rt_msghdr *, int, struct sou *);
sbin/route/route.c
1165
struct rt_msghdr m_rtm;
sbin/route/route.c
121
static void print_rtmsg(struct rt_msghdr *, int);
sbin/route/route.c
122
static void pmsg_common(struct rt_msghdr *);
sbin/route/route.c
1342
print_rtmsg(struct rt_msghdr *rtm, int msglen)
sbin/route/route.c
1501
print_getmsg(struct rt_msghdr *rtm, int msglen, struct sou *soup)
sbin/route/route.c
1638
pmsg_common(struct rt_msghdr *rtm)
sbin/route/route.c
305
struct rt_msghdr *rtm;
sbin/route/route.c
337
rtm = (struct rt_msghdr *)next;
sbin/route/rtutil.c
102
static void p_rtentry(struct rt_msghdr *, int, int);
sbin/route/rtutil.c
110
struct rt_msghdr *rtm;
sbin/route/rtutil.c
136
rtm = (struct rt_msghdr *)next;
sbin/route/rtutil.c
256
p_rtentry(struct rt_msghdr *rtm, int flags, int interesting)
sbin/routed/table.c
1054
struct rt_msghdr *rtm;
sbin/routed/table.c
1095
rtm = (struct rt_msghdr *)next;
sbin/routed/table.c
1166
struct rt_msghdr rtm;
sbin/routed/table.c
688
struct rt_msghdr w_rtm;
sbin/routed/table.c
888
rtm_add(struct rt_msghdr *rtm,
sbin/routed/table.c
994
rtm_lose(struct rt_msghdr *rtm,
share/examples/rump/virtual_ip_router/rumprouter.c
118
struct rt_msghdr m_rtm;
sys/net/if_llatbl.c
110
struct rt_msghdr *rtm = (struct rt_msghdr *)w->w_tmem;
sys/net/if_llatbl.h
47
struct rt_msghdr;
sys/net/route.c
449
struct rt_msghdr *rtm;
sys/net/rtsock_shared.c
1200
RTS_CTASSERT(__alignof(struct rt_msghdr) >= sizeof(uint64_t));
sys/net/rtsock_shared.c
136
#define rt_xmsghdr rt_msghdr
tests/net/config/netconfig.c
130
struct rt_msghdr m_rtm;
tests/net/if_loop/t_pr.c
63
struct rt_msghdr m_rtm;
usr.bin/netstat/if.c
1127
struct rt_msghdr *rtm;
usr.bin/netstat/if.c
1152
rtm = (struct rt_msghdr *)next;
usr.bin/netstat/if.c
203
struct rt_msghdr *rtm;
usr.bin/netstat/if.c
232
rtm = (struct rt_msghdr *)next;
usr.bin/rump_dhcpclient/if-bsd.c
187
struct rt_msghdr hdr;
usr.sbin/arp/arp.c
271
struct rt_msghdr *rtm;
usr.sbin/arp/arp.c
410
delete_one(struct rt_msghdr *rtm)
usr.sbin/arp/arp.c
442
struct rt_msghdr *rtm;
usr.sbin/arp/arp.c
465
rtm = (struct rt_msghdr *)(void *)next;
usr.sbin/arp/arp.c
565
struct rt_msghdr *rtm;
usr.sbin/arp/arp.c
601
rtm = (struct rt_msghdr *)(void *)next;
usr.sbin/arp/arp.c
681
static struct rt_msghdr *
usr.sbin/arp/arp.c
682
rtmsg(const int s, const int cmd, struct rt_msghdr *_rtm,
usr.sbin/arp/arp.c
686
struct rt_msghdr *rtm = _rtm;
usr.sbin/arp/arp.c
690
struct rt_msghdr m_rtm;
usr.sbin/arp/arp.c
84
static int delete_one(struct rt_msghdr *);
usr.sbin/arp/arp.c
95
static struct rt_msghdr * rtmsg(const int, const int, struct rt_msghdr *,
usr.sbin/faithd/faithd.c
816
struct rt_msghdr *rtm;
usr.sbin/ifwatchd/ifwatchd.c
266
const struct rt_msghdr *hd = msg;
usr.sbin/ldpd/mpls_routes.c
109
struct rt_msghdr *rhdr;
usr.sbin/ldpd/mpls_routes.c
144
rhdr = (struct rt_msghdr *)s;
usr.sbin/ldpd/mpls_routes.c
556
if (rlen <= (int)sizeof(struct rt_msghdr)) {
usr.sbin/ldpd/mpls_routes.c
558
sizeof(struct rt_msghdr));
usr.sbin/ldpd/mpls_routes.c
592
if (rlen <= offsetof(struct rt_msghdr, rtm_type) ||
usr.sbin/ldpd/mpls_routes.c
600
size_cp = sizeof(struct rt_msghdr);
usr.sbin/ldpd/mpls_routes.c
828
struct rt_msghdr *rtmes;
usr.sbin/ldpd/mpls_routes.c
852
rtmes = (struct rt_msghdr *) next;
usr.sbin/ldpd/mpls_routes.c
854
size_cp = sizeof(struct rt_msghdr);
usr.sbin/ldpd/mpls_routes.c
941
struct rt_msghdr *rtm;
usr.sbin/ldpd/mpls_routes.c
965
rtm = (struct rt_msghdr *) next;
usr.sbin/ldpd/mpls_routes.c
966
size_cp = sizeof(struct rt_msghdr);
usr.sbin/ldpd/mpls_routes.h
58
struct rt_msghdr m_rtm;
usr.sbin/ndp/ndp.c
145
static int delete(struct rt_msghdr *, char *);
usr.sbin/ndp/ndp.c
152
static int rtmsg(int, struct rt_msghdr *);
usr.sbin/ndp/ndp.c
283
struct rt_msghdr m_rtm;
usr.sbin/ndp/ndp.c
295
register struct rt_msghdr *rtm = &(m_rtmsg.m_rtm);
usr.sbin/ndp/ndp.c
416
delete(struct rt_msghdr *rtm, char *host)
usr.sbin/ndp/ndp.c
462
struct rt_msghdr *rtm;
usr.sbin/ndp/ndp.c
506
rtm = (struct rt_msghdr *)(void *)next;
usr.sbin/ndp/ndp.c
731
rtmsg(int cmd, struct rt_msghdr *_rtm)
usr.sbin/ndp/ndp.c
734
register struct rt_msghdr *rtm = _rtm;
usr.sbin/rarpd/mkarp.c
127
struct rt_msghdr *rtm;
usr.sbin/rarpd/mkarp.c
208
rtmsg(int cmd, int s, struct rt_msghdr *rtm, struct sockaddr_inarp *sin_m,
usr.sbin/rarpd/mkarp.c
83
int rtmsg(int, int, struct rt_msghdr *, struct sockaddr_inarp *,
usr.sbin/rarpd/mkarp.c
86
struct rt_msghdr m_rtm;
usr.sbin/route6d/route6d.c
1454
struct rt_msghdr *rtm;
usr.sbin/route6d/route6d.c
1483
for (p = buf; p - buf < len; p += ((struct rt_msghdr *)p)->rtm_msglen) {
usr.sbin/route6d/route6d.c
1485
if (((struct rt_msghdr *)p)->rtm_msglen <= 0) {
usr.sbin/route6d/route6d.c
1487
((struct rt_msghdr *)p)->rtm_msglen);
usr.sbin/route6d/route6d.c
1493
switch (((struct rt_msghdr *)p)->rtm_type) {
usr.sbin/route6d/route6d.c
1506
rtm = (struct rt_msghdr *)p;
usr.sbin/route6d/route6d.c
1532
rttypes((struct rt_msghdr *)p), addrs);
usr.sbin/route6d/route6d.c
1535
i < ((struct rt_msghdr *)p)->rtm_msglen;
usr.sbin/route6d/route6d.c
1549
switch (((struct rt_msghdr *)p)->rtm_type) {
usr.sbin/route6d/route6d.c
1590
switch (((struct rt_msghdr *)p)->rtm_type) {
usr.sbin/route6d/route6d.c
2205
rttypes(struct rt_msghdr *rtm)
usr.sbin/route6d/route6d.c
221
rttypes(struct rt_msghdr *);
usr.sbin/route6d/route6d.c
223
rtflags(struct rt_msghdr *);
usr.sbin/route6d/route6d.c
2248
rtflags(struct rt_msghdr *rtm)
usr.sbin/route6d/route6d.c
233
static void rt_entry(struct rt_msghdr *, int);
usr.sbin/route6d/route6d.c
2352
struct rt_msghdr *rtm;
usr.sbin/route6d/route6d.c
2392
rtm = (struct rt_msghdr *)p;
usr.sbin/route6d/route6d.c
2399
rt_entry(struct rt_msghdr *rtm, int again)
usr.sbin/route6d/route6d.c
2558
struct rt_msghdr *rtm;
usr.sbin/route6d/route6d.c
2576
rtm = (struct rt_msghdr *)buf;
usr.sbin/route6d/route6d.c
2585
sin6 = (struct sockaddr_in6 *)&buf[sizeof(struct rt_msghdr)];
usr.sbin/route6d/route6d.c
2627
struct rt_msghdr *rtm;
usr.sbin/route6d/route6d.c
2641
rtm = (struct rt_msghdr *)buf;
usr.sbin/route6d/route6d.c
2650
sin6 = (struct sockaddr_in6 *)&buf[sizeof(struct rt_msghdr)];
usr.sbin/rtadvd/if.c
200
struct rt_msghdr *rtm;
usr.sbin/rtadvd/if.c
205
for (rtm = (struct rt_msghdr *)buf;
usr.sbin/rtadvd/if.c
206
rtm < (struct rt_msghdr *)lim;
usr.sbin/rtadvd/if.c
207
rtm = (struct rt_msghdr *)(((char *)rtm) + rtm->rtm_msglen)) {
usr.sbin/rtadvd/if.c
289
const struct rt_msghdr *rtm = buf;
usr.sbin/rtadvd/if.c
301
const struct rt_msghdr *rtm = buf;
usr.sbin/rtadvd/if.c
355
const struct rt_msghdr *rtm = buf;
usr.sbin/rtadvd/if.c
412
const struct rt_msghdr *rtm = buf;
usr.sbin/rtadvd/if.c
420
const struct rt_msghdr *rtm = buf;
usr.sbin/rtadvd/if.c
429
const struct rt_msghdr *rtm = buf;
usr.sbin/rtadvd/rtadvd.c
466
struct rt_msghdr rt_msghdr;