Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
H A Dudp_disconnect.c87 rtm->rtm_type = RTM_GET; in has_v4_default_route()
132 rtm->rtm_type = RTM_GET; in has_v6_default_route()
H A Dudp_bind_connect.c81 rtm->rtm_type = RTM_GET; in has_v4_default_route()
126 rtm->rtm_type = RTM_GET; in has_v6_default_route()
/xnu-10063.101.15/bsd/net/
H A Droute.h196 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Drtsock.c369 rtm->rtm_type = RTM_GET; in route_output()
376 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
585 case RTM_GET: in route_output()
609 case RTM_GET: { in route_output()
1558 case RTM_GET: in rtm2str()
1661 size = rt_msg2(RTM_GET, &info, NULL, w, credp); in sysctl_dumpentry()
H A Droute.c786 type != RTM_GET && type != RTM_GET2) { in rtm_scrub()
4660 case RTM_GET: in rtm_cassert()