Home
last modified time | relevance | path

Searched refs:RTM_GET (Results 1 – 12 of 12) sorted by relevance

/dragonfly/libexec/bootpd/
H A Drtmsg.c142 if (rtmsg(RTM_GET) < 0) { in bsd_arp_set()
218 case RTM_GET: in rtmsg()
/dragonfly/sys/net/
H A Drtsock.c736 if (rtm->rtm_type != RTM_GET && in route_output()
742 rtm->rtm_type != RTM_GET ? in route_output()
778 case RTM_GET: in route_output()
782 error = rtsearch_global(RTM_GET, &rtinfo, in route_output()
1640 msglen = rt_msgsize(RTM_GET, &rtinfo); in rttable_walkarg_create()
1686 msglen = rt_msgsize(RTM_GET, &rtinfo); in rttable_walk_entry()
1707 msglen1 = rt_msgsize(RTM_GET, &rtinfo1); in rttable_walk_entry()
1760 rt_msg_buffer(RTM_GET, &rtinfo, ptr, msglen); in rttable_walk_entry()
H A Droute.h234 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Droute.c1029 case RTM_GET: in rtrequest1()
1747 if (rmsg->req != RTM_GET && rmsg->found_cnt > 1) { in rtsearch_msghandler()
/dragonfly/usr.sbin/arp/
H A Darp.c328 if (rtmsg(RTM_GET) < 0) { in set()
423 if (rtmsg(RTM_GET) < 0) { in delete()
653 case RTM_GET: in rtmsg()
/dragonfly/contrib/dhcpcd/src/
H A Dif.h233 #define RTM_GET 0x4 /* Report Metrics */ macro
/dragonfly/usr.sbin/ndp/
H A Dndp.c424 if (rtmsg(RTM_GET) < 0) { in set()
521 if (rtmsg(RTM_GET) < 0) { in delete()
876 case RTM_GET: in rtmsg()
/dragonfly/sbin/route/
H A Droute.c1301 cmd = RTM_GET; in rtmsg()
1338 if (cmd == RTM_GET) { in rtmsg()
1575 case RTM_GET: in print_rtmsg()
/dragonfly/usr.sbin/rtadvd/
H A Dif.c191 case RTM_GET: in get_next_msg()
/dragonfly/usr.sbin/route6d/
H A Droute6d.c1578 case RTM_GET: in rtrecv()
1616 case RTM_GET: in rtrecv()
2230 RTTYPE("GET", RTM_GET); in rttypes()
2720 rtm->rtm_type = RTM_GET;
/dragonfly/usr.sbin/rarpd/
H A Drarpd.c688 rt->rtm_type = RTM_GET; in update_arptab()
/dragonfly/sys/netinet6/
H A Din6.c250 in6_ifloop_request(RTM_GET, ifa, in6_newaddrmsg_callback); in in6_newaddrmsg()