| /f-stack/tools/arp/ |
| H A D | arp.c | 100 struct rt_msghdr *rtm); 111 static struct rt_msghdr *rtmsg(int cmd, 357 struct rt_msghdr *rtm; in set() 502 struct rt_msghdr *rtm; in delete() 567 struct rt_msghdr *rtm; in search() 601 rtm = (struct rt_msghdr *)next; in search() 624 struct sockaddr_in *addr, struct rt_msghdr *rtm) in print_entry() 724 struct sockaddr_in *addr, struct rt_msghdr *rtm) in nuke_entry() 763 static struct rt_msghdr * 773 struct rt_msghdr m_rtm; in rtmsg() [all …]
|
| /f-stack/tools/netstat/ |
| H A D | common.h | 57 struct rt_msghdr; 60 struct rt_msghdr *rtm;
|
| H A D | nhgrp.c | 119 print_nhgroup_entry_sysctl(const char *name, struct rt_msghdr *rtm, in print_nhgroup_entry_sysctl() 201 struct rt_msghdr *rtm; in dump_nhgrp_sysctl() 230 rtm = (struct rt_msghdr *)next; in dump_nhgrp_sysctl() 257 struct rt_msghdr *rtm; in print_nhgrp_sysctl() 316 struct rt_msghdr *rtm; in prepare_nh_map()
|
| H A D | nhops.c | 247 print_nhop_entry_sysctl(const char *name, struct rt_msghdr *rtm, struct nhop_external *nh) in print_nhop_entry_sysctl() 349 struct rt_msghdr *rtm; in dump_nhops_sysctl() 378 rtm = (struct rt_msghdr *)next; in dump_nhops_sysctl() 406 struct rt_msghdr *rtm; in print_nhops_sysctl()
|
| H A D | route.c | 112 static void p_rtentry_sysctl(const char *name, struct rt_msghdr *); 250 struct rt_msghdr *rtm; in p_rtable_sysctl() 275 rtm = (struct rt_msghdr *)next; in p_rtable_sysctl() 316 p_rtentry_sysctl(const char *name, struct rt_msghdr *rtm) in p_rtentry_sysctl()
|
| /f-stack/tools/compat/ |
| H A D | getifmaddrs.c | 64 struct rt_msghdr *rtm; in getifmaddrs() 89 rtm = (struct rt_msghdr *)(void *)next; in getifmaddrs() 125 rtm = (struct rt_msghdr *)(void *)next; in getifmaddrs()
|
| H A D | getifaddrs.c | 94 struct rt_msghdr *rtm; in getifaddrs() 140 rtm = (struct rt_msghdr *)(void *)next; in getifaddrs() 223 rtm = (struct rt_msghdr *)(void *)next; in getifaddrs()
|
| /f-stack/freebsd/net/ |
| H A D | rtsock.c | 932 struct rt_msghdr *tmp_rtm; in update_rtm_from_rc() 991 struct rt_msghdr *rtm = NULL; in route_output() 1555 struct rt_msghdr *rtm; in rtsock_msg_mbuf() 1585 len = sizeof(struct rt_msghdr); in rtsock_msg_mbuf() 1598 rtm = mtod(m, struct rt_msghdr *); in rtsock_msg_mbuf() 1645 struct rt_msghdr *rtm = NULL; in rtsock_msg_buffer() 1690 len = sizeof(struct rt_msghdr); in rtsock_msg_buffer() 1775 struct rt_msghdr *rtm; in rt_missmsg_fib() 1792 rtm = mtod(m, struct rt_msghdr *); in rt_missmsg_fib() 1912 struct rt_msghdr *rtm; in rtsock_routemsg_info() [all …]
|
| H A D | if_llatbl.h | 43 struct rt_msghdr; 266 int lla_rt_output(struct rt_msghdr *, struct rt_addrinfo *);
|
| H A D | route.h | 253 struct rt_msghdr { struct
|
| H A D | if_llatbl.c | 679 lla_rt_output(struct rt_msghdr *rtm, struct rt_addrinfo *info) in lla_rt_output()
|
| /f-stack/tools/route/ |
| H A D | route.c | 135 struct rt_msghdr m_rtm; 160 static void pmsg_common(struct rt_msghdr *, size_t); 163 static void print_rtmsg(struct rt_msghdr *, size_t); 499 struct rt_msghdr *rtm; in flushroutes_fib() 537 rtm = (struct rt_msghdr *)(void *)next; in flushroutes_fib() 1482 struct rt_msghdr *rtm; in interfaces() 1506 rtm = (struct rt_msghdr *)(void *)next; in interfaces() 1707 print_rtmsg(struct rt_msghdr *rtm, size_t msglen) 1890 pmsg_common(struct rt_msghdr *rtm, size_t msglen) 1897 if (msglen > sizeof(struct rt_msghdr)) [all …]
|
| /f-stack/lib/ |
| H A D | ff_route.c | 506 fill_addrinfo(struct rt_msghdr *rtm, int len, u_int fibnum, struct rt_addrinfo *info) in fill_addrinfo() 631 struct rt_msghdr *rtm, struct rib_cmd_info *rc) in handle_rtm_get() 737 struct rt_msghdr *rtm = NULL; in rtsock_msg_buffer() 779 len = sizeof(struct rt_msghdr); in rtsock_msg_buffer() 783 rtm = (struct rt_msghdr *)w->w_tmem; in rtsock_msg_buffer() 935 update_rtm_from_rc(struct rt_addrinfo *info, struct rt_msghdr **prtm, in update_rtm_from_rc() 940 struct rt_msghdr *rtm, *orig_rtm = NULL; in update_rtm_from_rc() 981 struct rt_msghdr *tmp_rtm; in update_rtm_from_rc() 1035 struct rt_msghdr *rtm = NULL; in ff_rtioctl() 1239 struct rt_msghdr *rtm = NULL; [all …]
|
| /f-stack/freebsd/net/route/ |
| H A D | nhgrp_ctl.c | 703 struct rt_msghdr *rtm; in dump_nhgrp_entry() 713 sz = sizeof(struct rt_msghdr) + sizeof(struct nhgrp_external); in dump_nhgrp_entry() 725 rtm = (struct rt_msghdr *)buffer; in dump_nhgrp_entry() 806 sz = sizeof(struct rt_msghdr) + sizeof(struct nhgrp_external); in nhgrp_dump_sysctl()
|
| H A D | nhop_ctl.c | 807 struct rt_msghdr rtm; in dump_nhop_entry()
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 451 struct rt_msghdr m_rtm; 463 register struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in set() 573 register struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in delete() 647 struct rt_msghdr *rtm; in dump() 689 rtm = (struct rt_msghdr *)next; in dump() 940 register struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg()
|
| /f-stack/tools/compat/include/net/ |
| H A D | route.h | 251 struct rt_msghdr { struct
|
| /f-stack/freebsd/netinet/ |
| H A D | in.c | 1610 struct rt_msghdr rtm; in in_lltable_dump_entry()
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6.c | 2393 struct rt_msghdr rtm; in in6_lltable_dump_entry()
|
| /f-stack/tools/ifconfig/ |
| H A D | ifieee80211.c | 3809 struct rt_msghdr *rtm; in scan_and_wait() 3816 rtm = (struct rt_msghdr *) buf; in scan_and_wait()
|