Home
last modified time | relevance | path

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

/xnu-12377.41.6/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
H A Dnet_test_lib.c919 rtm->rtm_type = RTM_GET; in has_ipv4_default_route()
964 rtm->rtm_type = RTM_GET; in has_ipv6_default_route()
/xnu-12377.41.6/bsd/net/
H A Droute.h200 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Drtsock.c390 RTM->rtm_type = RTM_GET; in route_output()
397 if (RTM->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
615 case RTM_GET: in route_output()
639 case RTM_GET: { in route_output()
1716 case RTM_GET: in rtm2str()
1819 size = rt_msg2(RTM_GET, &info, NULL, w, credp); in sysctl_dumpentry()
H A Droute.c845 type != RTM_GET && type != RTM_GET2) { in rtm_scrub()
4789 case RTM_GET: in rtm_cassert()
/xnu-12377.41.6/tests/skywalk/
H A Dskywalk_test_common.c2720 case RTM_GET: in rtmsg()
2777 rtm = rtmsg(RTM_GET, dst, &sdl_m); in skt_add_arp_entry()