/openbsd-src/usr.sbin/arp/ |
H A D | arp.c | 278 struct rt_msghdr *rtm; in set() local 402 struct rt_msghdr *rtm; in delete() local 457 struct sockaddr_inarp *sin, struct rt_msghdr *rtm)) in search() 462 struct rt_msghdr *rtm; in search() local 522 struct rt_msghdr *rtm) in print_entry() 575 struct rt_msghdr *rtm) in nuke_entry() 614 struct rt_msghdr *rtm; in rtmsg() local 687 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in rtget() local
|
/openbsd-src/usr.sbin/rarpd/ |
H A D | arptab.c | 102 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in arptab_set() local 170 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg() local 241 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in rtget() local
|
/openbsd-src/usr.sbin/ndp/ |
H A D | ndp.c | 328 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in set() local 417 struct rt_msghdr *rtm; in delete() local 476 struct rt_msghdr *rtm; in dump() local 734 struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg() local 818 struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in rtget() local
|
/openbsd-src/sys/net/ |
H A D | rtsock.c | 506 struct rt_msghdr *rtm; in route_input() local 626 struct rt_msghdr *rtm; in rtm_report() local 698 struct rt_msghdr *rtm = NULL; route_output() local 927 rtm_output(struct rt_msghdr * rtm,struct rtentry ** prt,struct rt_addrinfo * info,uint8_t prio,unsigned int tableid) rtm_output() argument 1590 struct rt_msghdr *rtm; rtm_msg1() local 1723 struct rt_msghdr *rtm = (struct rt_msghdr *)cp0; rtm_msg2() local 1771 struct rt_msghdr *rtm; rtm_miss() local 1941 struct rt_msghdr *rtm; rtm_proposal() local 2027 struct rt_msghdr *rtm = (struct rt_msghdr *)w->w_tmem; sysctl_dumpentry() local [all...] |
/openbsd-src/sbin/route/ |
H A D | route.c | 323 struct rt_msghdr *rtm; in flushroutes() local 1166 struct rt_msghdr rtm; in nameserver() local 1330 #define rtm m_rtmsg.m_rtm in rtmsg() macro 1435 print_rtmsg(struct rt_msghdr *rtm, int msglen) in print_rtmsg() 1694 print_getmsg(struct rt_msghdr *rtm, int msglen) in print_getmsg() 1894 print_bfdmsg(struct rt_msghdr *rtm) in print_bfdmsg() 1956 pmsg_common(struct rt_msghdr *rtm) in pmsg_common()
|
H A D | show.c | 195 struct rt_msghdr *rtm; in p_rttables() local 298 p_rtentry(struct rt_msghdr *rtm) in p_rtentry()
|
/openbsd-src/usr.sbin/route6d/ |
H A D | route6d.c | 1506 struct rt_msghdr *rtm; in rtrecv() local 2246 rttypes(struct rt_msghdr *rtm) in rttypes() 2280 rtflags(struct rt_msghdr *rtm) in rtflags() 2354 struct rt_msghdr *rtm; in krtread() local 2401 rt_entry(struct rt_msghdr *rtm, int again) in rt_entry() 2551 struct rt_msghdr *rtm; in addroute() local 2614 struct rt_msghdr *rtm; in delroute() local 2675 struct rt_msghdr *rtm; in getroute() local
|
/openbsd-src/sbin/iked/ |
H A D | vroute.c | 110 struct rt_msghdr *rtm; in vroute_rtmsg_cb() local 718 #define rtm m_rtmsg.vm_rtm in vroute_dodns() macro 784 #define rtm m_rtmsg.vm_rtm in vroute_doroute() macro 877 #define rtm m_rtmsg->vm_rtm in vroute_process() macro
|
/openbsd-src/sbin/resolvd/ |
H A D | resolvd.c | 355 struct rt_msghdr *rtm; in route_receive() local 410 handle_route_message(struct rt_msghdr *rtm, struct sockaddr **rti_info) in handle_route_message() 558 struct rt_msghdr rtm; in solicit_dns_proposals() local
|
/openbsd-src/usr.bin/netstat/ |
H A D | if.c | 97 struct rt_msghdr *rtm; in intpr() local 511 struct rt_msghdr *rtm; in fetchifs() local
|
H A D | show.c | 136 struct rt_msghdr *rtm; in p_rttables() local 238 p_rtentry(struct rt_msghdr *rtm) in p_rtentry()
|
/openbsd-src/lib/libc/net/ |
H A D | getifaddrs.c | 59 struct rt_msghdr *rtm; in getifaddrs() local
|
/openbsd-src/usr.sbin/sasyncd/ |
H A D | carp.c | 200 struct rt_msghdr *rtm = (struct rt_msghdr *)&msg; in carp_read() local
|
/openbsd-src/sbin/slaacd/ |
H A D | slaacd.c | 707 struct rt_msghdr rtm; configure_gateway() local 806 struct rt_msghdr rtm; send_rdns_proposal() local [all...] |
H A D | frontend.c | 666 struct rt_msghdr *rtm; route_receive() local 701 handle_route_message(struct rt_msghdr * rtm,struct sockaddr ** rti_info) handle_route_message() argument [all...] |
/openbsd-src/sbin/dhcp6leased/ |
H A D | frontend.c | 650 sa = (struct sockaddr *)(buf + rtm->rtm_hdrlen); in handle_route_message() argument 615 struct rt_msghdr *rtm; route_receive() local [all...] |
/openbsd-src/sbin/dhcpleased/ |
H A D | dhcpleased.c | 1035 struct rt_msghdr rtm; configure_route() local 1176 struct rt_msghdr rtm; propose_rdns() local [all...] |
H A D | frontend.c | 749 struct rt_msghdr *rtm; route_receive() local 784 handle_route_message(struct rt_msghdr * rtm,struct sockaddr ** rti_info) handle_route_message() argument [all...] |
/openbsd-src/usr.sbin/ripd/ |
H A D | kroute.c | 811 struct rt_msghdr *rtm; fetchtable() local 1024 struct rt_msghdr *rtm; dispatch_rtmsg() local [all...] |
/openbsd-src/usr.sbin/dvmrpd/ |
H A D | kroute.c | 377 struct rt_msghdr *rtm; kr_dispatch_msg() local
|
/openbsd-src/usr.sbin/npppd/npppd/ |
H A D | npppd_subr.c | 135 struct rt_msghdr *rtm; in in_route0() local [all...] |
/openbsd-src/sbin/isakmpd/ |
H A D | util.c | 201 struct rt_msghdr *rtm; in text2sockaddr() local
|
/openbsd-src/usr.sbin/eigrpd/ |
H A D | kroute.c | 1327 struct rt_msghdr *rtm; in rtmsg_process() local 1410 rtmsg_process_route(struct rt_msghdr *rtm, struct sockaddr *rti_info[RTAX_MAX]) in rtmsg_process_route()
|
/openbsd-src/regress/sys/netinet/bindconnect/ |
H A D | bindconnect.c | 247 #define rtm \ in thread_delroute() macro
|
/openbsd-src/usr.sbin/rad/ |
H A D | frontend.c | 1508 sa = (struct sockaddr *)(buf + rtm->rtm_hdrlen); in handle_route_message() argument 1473 struct rt_msghdr *rtm; route_receive() local [all...] |