/minix3/usr.sbin/rtadvd/ |
H A D | if.c | 195 struct rt_msghdr *rtm; in get_next_msg() local 284 struct rt_msghdr *rtm = (struct rt_msghdr *)buf; in get_addr() local 296 struct rt_msghdr *rtm = (struct rt_msghdr *)buf; in get_rtm_ifindex() local 350 struct rt_msghdr *rtm = (struct rt_msghdr *)buf; in get_prefixlen() local 407 struct rt_msghdr *rtm = (struct rt_msghdr *)buf; in rtmsg_type() local 415 struct rt_msghdr *rtm = (struct rt_msghdr *)buf; in rtmsg_len() local
|
/minix3/external/bsd/dhcpcd/dist/ |
H A D | if-bsd.c | 450 if_copyrt(struct dhcpcd_ctx *ctx, struct rt *rt, struct rt_msghdr *rtm) in if_copyrt() 521 struct rtm in if_route() struct 523 struct rt_msghdr hdr; in if_route() 524 char buffer[sizeof(su) * RTAX_MAX]; in if_route() 525 } rtm; in if_route() local 682 struct rt_msghdr *rtm; in if_initrt() local 828 if_copyrt6(struct dhcpcd_ctx *ctx, struct rt6 *rt, struct rt_msghdr *rtm) in if_copyrt6() 937 struct rtm in if_route6() struct 939 struct rt_msghdr hdr; in if_route6() 940 char buffer[sizeof(su) * RTAX_MAX]; in if_route6() [all …]
|
/minix3/usr.sbin/arp/ |
H A D | arp.c | 267 struct rt_msghdr *rtm; in set() local 400 struct rt_msghdr *rtm; in delete() local 454 struct rt_msghdr *rtm; in dump() local 531 struct rt_msghdr *rtm; in delete_all() local 625 struct rt_msghdr *rtm; in rtmsg() local
|
/minix3/lib/libc/time/ |
H A D | getdate.c | 65 static struct tm rtm, tmnow; in getdate() local
|
H A D | localtime.c | 1747 struct tm mytm, *rtm; in ctime_rz() local
|
/minix3/minix/net/lwip/ |
H A D | rtsock.c | 521 rtsock_process(struct rtsock *rt, struct rt_msghdr * rtm, char * buf, in rtsock_process() 669 struct rt_msghdr rtm; in rtsock_send() local 1188 struct rt_msghdr rtm; in rtsock_msg_miss() local 1223 rtsock_get_route(struct rt_msghdr * rtm, struct rtsock_rta * rta, in rtsock_get_route() 1273 struct rt_msghdr rtm; in rtsock_msg_route() local 1313 struct rt_msghdr rtm; in rtsock_info_rtable_entry() local 1387 rtsock_get_arp(struct rt_msghdr * rtm, struct rtsock_rta * rta, in rtsock_get_arp() 1426 struct rt_msghdr rtm; in rtsock_msg_arp() local 1463 struct rt_msghdr rtm; in rtsock_info_lltable_arp() local 1503 rtsock_get_ndp(struct rt_msghdr * rtm, struct rtsock_rta * rta, in rtsock_get_ndp() [all …]
|
/minix3/sbin/route/ |
H A D | route.c | 298 struct rt_msghdr *rtm; in flushroutes() local 1103 struct rt_msghdr *rtm; in interfaces() local 1193 #define rtm m_rtmsg.m_rtm in rtmsg() macro 1332 print_rtmsg(struct rt_msghdr *rtm, int msglen) in print_rtmsg() 1471 print_getmsg(struct rt_msghdr *rtm, int msglen, struct sou *soup) in print_getmsg() 1608 pmsg_common(struct rt_msghdr *rtm) in pmsg_common()
|
H A D | rtutil.c | 111 struct rt_msghdr *rtm; in p_rttables() local 257 p_rtentry(struct rt_msghdr *rtm, int flags, int interesting) in p_rtentry()
|
/minix3/usr.sbin/ndp/ |
H A D | ndp.c | 346 register struct rt_msghdr *rtm = &(m_rtmsg.m_rtm); in set() local 451 register struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in delete() local 519 struct rt_msghdr *rtm; in dump() local 798 register struct rt_msghdr *rtm = &m_rtmsg.m_rtm; in rtmsg() local
|
/minix3/lib/libc/net/ |
H A D | getifaddrs.c | 82 struct rt_msghdr *rtm; in __weak_alias() local
|
/minix3/tests/net/config/ |
H A D | netconfig.c | 131 #define rtm m_rtmsg.m_rtm in netcfg_rump_route() macro
|
/minix3/tests/net/if_loop/ |
H A D | t_pr.c | 66 #define rtm m_rtmsg.m_rtm in setup() macro
|
/minix3/usr.bin/netstat/ |
H A D | if.c | 173 struct rt_msghdr *rtm; in intpr_sysctl() local 975 struct rt_msghdr *rtm; in fetchifs() local
|
/minix3/minix/tests/ |
H A D | test93.c | 372 struct rt_msghdr rtm; in test93_route_cmd() local
|
/minix3/external/bsd/bind/dist/bin/named/ |
H A D | interfacemgr.c | 108 struct MSGHDR *rtm; in route_event() local
|
/minix3/sbin/ifconfig/ |
H A D | ieee80211.c | 751 struct rt_msghdr *rtm; in scan_and_wait() local
|