Home
last modified time | relevance | path

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

/xnu-11417.101.15/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
H A Dnet_test_lib.c893 rtm->rtm_type = RTM_GET; in has_ipv4_default_route()
938 rtm->rtm_type = RTM_GET; in has_ipv6_default_route()
/xnu-11417.101.15/bsd/net/
H A Droute.h200 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Drtsock.c389 RTM->rtm_type = RTM_GET; in route_output()
396 if (RTM->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
610 case RTM_GET: in route_output()
634 case RTM_GET: { in route_output()
1711 case RTM_GET: in rtm2str()
1814 size = rt_msg2(RTM_GET, &info, NULL, w, credp); in sysctl_dumpentry()
H A Droute.c844 type != RTM_GET && type != RTM_GET2) { in rtm_scrub()
4786 case RTM_GET: in rtm_cassert()
/xnu-11417.101.15/tests/skywalk/
H A Dskywalk_test_common.c2772 case RTM_GET: in rtmsg()
2829 rtm = rtmsg(RTM_GET, dst, &sdl_m); in skt_add_arp_entry()