/freebsd/tests/sys/net/routing/ |
H A D | rtsock_common.h | 654 rtsock_send_rtm(int fd, struct rt_msghdr *rtm) in rtsock_send_rtm() 697 struct rt_msghdr *rtm; in rtsock_read_rtm_reply() local 717 rtsock_prepare_route_message_base(struct rt_msghdr *rtm, int cmd) in rtsock_prepare_route_message_base() 727 rtsock_prepare_route_message(struct rt_msghdr *rtm, int cmd, struct sockaddr *dst, in rtsock_prepare_route_message() 745 rtsock_add_rtm_sa(struct rt_msghdr *rtm, int addr_type, struct sockaddr *sa) in rtsock_add_rtm_sa() 760 rtsock_find_rtm_sa(struct rt_msghdr *rtm, int addr_type) in rtsock_find_rtm_sa() 776 rtsock_calc_rtm_len(struct rt_msghdr *rtm) in rtsock_calc_rtm_len() 794 rtsock_update_rtm_len(struct rt_msghdr *rtm) in rtsock_update_rtm_len() 835 struct rt_msghdr *rtm; in rtsock_validate_message() local 862 rtsock_validate_pid_ours(struct rt_msghdr *rtm) in rtsock_validate_pid_ours() [all …]
|
H A D | rtsock_print.h | 262 rtsock_print_rtm(struct rt_msghdr *rtm) in rtsock_print_rtm() 347 rtsock_print_message_hd(struct rt_msghdr *rtm) in rtsock_print_message_hd() 366 rtsock_print_message(struct rt_msghdr *rtm) in rtsock_print_message()
|
H A D | test_rtsock_l3.c | 159 prepare_route_message(struct rt_msghdr *rtm, int cmd, struct sockaddr *dst, in prepare_route_message() 170 verify_route_message(struct rt_msghdr *rtm, int cmd, struct sockaddr *dst, in verify_route_message() 210 verify_route_message_extra(struct rt_msghdr *rtm, int ifindex, int rtm_flags) in verify_route_message_extra() 230 verify_link_gateway(struct rt_msghdr *rtm, int ifindex) in verify_link_gateway()
|
/freebsd/usr.sbin/arp/ |
H A D | arp.c | 390 struct rt_msghdr *rtm; in set_rtsock() local 463 struct rt_msghdr *rtm; in delete_rtsock() local 539 struct rt_msghdr *rtm; in search() local 594 struct sockaddr_in *addr, struct rt_msghdr *rtm) in print_entry() 707 struct sockaddr_in *addr, struct rt_msghdr *rtm) in nuke_entry() 752 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg() local
|
/freebsd/usr.bin/netstat/ |
H A D | nhgrp.c | 116 print_nhgroup_entry_sysctl(const char *name, struct rt_msghdr *rtm, in print_nhgroup_entry_sysctl() 198 struct rt_msghdr *rtm; in dump_nhgrp_sysctl() local 254 struct rt_msghdr *rtm; in print_nhgrp_sysctl() local 313 struct rt_msghdr *rtm; in prepare_nh_map() local
|
H A D | nhops.c | 237 print_nhop_entry_sysctl(const char *name, struct rt_msghdr *rtm, struct nhop_external *nh) in print_nhop_entry_sysctl() 341 struct rt_msghdr *rtm; in dump_nhops_sysctl() local 398 struct rt_msghdr *rtm; in print_nhops_sysctl() local
|
H A D | route.c | 246 struct rt_msghdr *rtm; in p_rtable_sysctl() local 305 p_rtentry_sysctl(const char *name, struct rt_msghdr *rtm) in p_rtentry_sysctl()
|
H A D | common.h | 75 struct rt_msghdr *rtm; member
|
/freebsd/usr.sbin/rtsold/ |
H A D | rtsock.c | 98 struct rt_msghdr *rtm; in rtsock_input() local 140 rtsock_input_ifannounce(int s __unused, struct rt_msghdr *rtm, char *lim) in rtsock_input_ifannounce()
|
/freebsd/libexec/bootpd/ |
H A D | rtmsg.c | 120 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in bsd_arp_set() local 179 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg() local
|
/freebsd/usr.sbin/rtadvd/ |
H A D | if.c | 166 struct rt_msghdr *rtm; in get_next_msg() local 260 struct rt_msghdr *rtm = (struct rt_msghdr *)buf; get_addr() local 272 struct rt_msghdr *rtm = (struct rt_msghdr *)buf; get_rtm_ifindex() local 284 struct rt_msghdr *rtm = (struct rt_msghdr *)buf; get_prefixlen() local [all...] |
/freebsd/usr.sbin/ppp/ |
H A D | route.c | 309 route_ParseHdr(struct rt_msghdr *rtm, struct sockaddr *sa[RTAX_MAX]) in route_ParseHdr() 329 struct rt_msghdr *rtm; in route_Show() local 381 struct rt_msghdr *rtm; in route_IfDelete() local 472 struct rt_msghdr *rtm; in route_UpdateMTU() local
|
/freebsd/sbin/ipf/ipsend/ |
H A D | 44arp.c | 63 struct rt_msghdr *rtm; in arp() local
|
/freebsd/contrib/bsnmp/snmp_mibII/ |
H A D | mibII_route.c | 94 mib_sroute_process(struct rt_msghdr *rtm, struct sockaddr *gw, in mib_sroute_process() 231 struct rt_msghdr *rtm; in mib_fetch_route() local
|
H A D | mibII.c | 1002 process_arp(const struct rt_msghdr *rtm, const struct sockaddr_dl *sdl, in process_arp() 1030 handle_rtmsg(struct rt_msghdr *rtm) in handle_rtmsg() 1201 mib_send_rtmsg(struct rt_msghdr *rtm, struct sockaddr *gw, in mib_send_rtmsg() 1304 struct rt_msghdr *rtm; in update_ifa_info() local 1367 struct rt_msghdr *rtm; in mib_arp_update() local 1409 struct rt_msghdr *rtm; in route_input() local
|
/freebsd/sys/net/ |
H A D | rtsock.c | 675 fill_addrinfo(struct rt_msghdr *rtm, int len, struct linear_buffer *lb, u_int fibnum, in fill_addrinfo() 769 struct rt_msghdr *rtm, struct rib_cmd_info *rc) in handle_rtm_get() 924 struct rt_msghdr *rtm, *orig_rtm = NULL; in update_rtm_from_info() local 975 struct rt_msghdr *rtm; in update_rtm_from_rc() local 1060 struct rt_msghdr *rtm = NULL; in rts_send() local 1269 send_rtm_reply(struct socket *so, struct rt_msghdr *rtm, struct mbuf *m, in send_rtm_reply() 1708 struct rt_msghdr *rtm; in rtsock_msg_mbuf() local 1798 struct rt_msghdr *rtm = NULL; in rtsock_msg_buffer() local 1931 struct rt_msghdr *rtm; in rt_missmsg_fib() local 2068 struct rt_msghdr *rtm; in rtsock_routemsg_info() local [all …]
|
/freebsd/sbin/route/ |
H A D | route.c | 492 struct rt_msghdr *rtm; in flushroutes_fib_rtsock() local 1437 struct rt_msghdr *rtm; in interfaces() local 1587 #define rtm m_rtmsg.m_rtm in rtmsg_rtsock() macro 1688 print_rtmsg(struct rt_msghdr *rtm, size_t msglen) in print_rtmsg() 1791 print_getmsg(struct rt_msghdr *rtm, int msglen, int fib) in print_getmsg() 1871 pmsg_common(struct rt_msghdr *rtm, size_t msglen) in pmsg_common()
|
H A D | route_netlink.c | 213 struct rtmsg *rtm = snl_reserve_msg_object(&nw, struct rtmsg); in rtmsg_nl_int() local 818 struct rtmsg *rtm = snl_reserve_msg_object(&nw, struct rtmsg); in flushroute_one() local 868 struct rtmsg *rtm = snl_reserve_msg_object(&nw, struct rtmsg); in flushroutes_fib_nl() local
|
/freebsd/lib/libc/net/ |
H A D | getifmaddrs.c | 66 struct rt_msghdr *rtm; in getifmaddrs() local
|
H A D | getifaddrs.c | 89 struct rt_msghdr *rtm; in getifaddrs() local
|
/freebsd/usr.sbin/ndp/ |
H A D | ndp.c | 467 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in set() local 548 register struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in delete_rtsock() local 620 struct rt_msghdr *rtm; in dump_rtsock() local 942 register struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg() local
|
/freebsd/usr.sbin/route6d/ |
H A D | route6d.c | 1696 struct rt_msghdr *rtm; in rtrecv() local 2464 rttypes(struct rt_msghdr *rtm) in rttypes() 2499 rtflags(struct rt_msghdr *rtm) in rtflags() 2600 struct rt_msghdr *rtm; in krtread() local 2650 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() 2817 struct rt_msghdr *rtm; in addroute() local 2889 struct rt_msghdr *rtm; in delroute() local
|
/freebsd/contrib/netbsd-tests/net/config/ |
H A D | netconfig.c | 131 #define rtm m_rtmsg.m_rtm in netcfg_rump_route() macro
|
/freebsd/contrib/netbsd-tests/net/if_loop/ |
H A D | t_pr.c | 66 #define rtm m_rtmsg.m_rtm in setup() macro
|
/freebsd/sbin/routed/ |
H A D | table.c | 873 rtm_add(struct rt_msghdr *rtm, in rtm_add() 977 rtm_lose(struct rt_msghdr *rtm, in rtm_lose() 1037 struct rt_msghdr *rtm; in flush_kern() local 1151 struct rt_msghdr rtm; in read_rt() member
|