Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/inet/ip/
H A Dip_rts.c343 if (rtm->rtm_type != RTM_GET && in ip_rts_request_common()
395 case RTM_GET: in ip_rts_request_common()
472 rtm->rtm_type == RTM_GET) { in ip_rts_request_common()
624 case RTM_GET: in ip_rts_request_common()
646 ((rtm->rtm_type == RTM_GET) || in ip_rts_request_common()
652 if (rtm->rtm_type == RTM_GET) { in ip_rts_request_common()
745 case RTM_GET: in ip_rts_request_common()
1295 new_mp = rts_alloc_msg(RTM_GET, rtm_addrs, af, gc != NULL ? 1 : 0); in rts_rtmget()
1321 rts_fill_msg(RTM_GET, rtm_addrs, ire->ire_addr, in rts_rtmget()
1330 rts_fill_msg_v6(RTM_GET, rtm_addrs, &ire->ire_addr_v6, in rts_rtmget()
/titanic_50/usr/src/uts/common/net/
H A Droute.h172 #define RTM_GET 0x4 /* Report Metrics */ macro
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c1085 case RTM_GET: in print_rtcmd_short()
1214 rcip->ri_cmd = RTM_GET; in args_to_rtcmd()
1722 case RTM_GET: in save_route()
1800 if (newrt->ri_cmd != RTM_GET && !tflag) { in newroute()
1841 if (newrt->ri_cmd != RTM_GET) { in newroute()
2447 if (newrt->ri_cmd == RTM_GET) { in rtmsg()
2524 if (newrt->ri_cmd == RTM_GET) { in rtmsg()
H A Dndp.c440 m_rtm->rtm_type = RTM_GET; in ndp_rtmsg_get()
/titanic_50/usr/src/cmd/nscd/
H A Dnscd_frontend.c1520 case RTM_GET: in rts_mon()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtable.c1473 rtm.rtm_type = RTM_GET; in sync_kern()
/titanic_50/usr/src/cmd/zoneadmd/
H A Dvplat.c2035 rtmsg.hdr.rtm_type = RTM_GET; in who_is_using()