Home
last modified time | relevance | path

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

/f-stack/tools/arp/
H A Darp.c442 rtm = rtmsg(RTM_GET, dst, NULL); in set()
515 rtm = rtmsg(RTM_GET, dst, NULL); in delete()
807 case RTM_GET: in rtmsg()
/f-stack/lib/
H A Dff_route.c536 if (rtm->rtm_type != RTM_GET) { in fill_addrinfo()
1159 case RTM_GET: in ff_rtioctl()
1402 case RTM_GET:
1410 rtm->rtm_type == RTM_GET) {
1437 (rtm->rtm_type != RTM_GET || info.rti_info[RTAX_GATEWAY])) {
/f-stack/freebsd/net/
H A Droute.h287 #define RTM_GET 0x4 /* (1) Report Metrics */ macro
H A Drtsock.c651 if (rtm->rtm_type != RTM_GET) { in fill_addrinfo()
1120 case RTM_GET: in route_output()
2170 if ((error = rtsock_msg_buffer(RTM_GET, &info, w, &size)) != 0) in sysctl_dumpnhop()
/f-stack/tools/compat/include/net/
H A Droute.h285 #define RTM_GET 0x4 /* (1) Report Metrics */ macro
/f-stack/tools/ndp/
H A Dndp.c500 if (rtmsg(RTM_GET) < 0) { in set()
593 if (rtmsg(RTM_GET) < 0) { in delete()
963 case RTM_GET: in rtmsg()
/f-stack/tools/route/
H A Droute.c1585 cmd = RTM_GET;
1618 if (cmd == RTM_GET) {
1640 if (cmd == RTM_GET) {
1647 (rtm.rtm_type != RTM_GET || rtm.rtm_seq != rtm_seq ||
/f-stack/freebsd/net/route/
H A Dnhgrp_ctl.c728 rtm->rtm_type = RTM_GET; in dump_nhgrp_entry()
H A Dnhop_ctl.c823 arpc.rtm.rtm_type = RTM_GET; in dump_nhop_entry()
/f-stack/freebsd/netinet/
H A Din.c1633 arpc.rtm.rtm_type = RTM_GET; in in_lltable_dump_entry()
/f-stack/freebsd/netinet6/
H A Din6.c2422 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()