Home
last modified time | relevance | path

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

/xnu-10002.1.13/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-10002.1.13/bsd/net/ !
H A Droute.h199 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Drtsock.c361 rtm->rtm_type = RTM_GET; in route_output()
368 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
577 case RTM_GET: in route_output()
601 case RTM_GET: { in route_output()
1551 case RTM_GET: in rtm2str()
1654 size = rt_msg2(RTM_GET, &info, NULL, w, credp); in sysctl_dumpentry()
H A Droute.c783 type != RTM_GET && type != RTM_GET2) { in rtm_scrub()
4684 case RTM_GET: in rtm_cassert()
/xnu-10002.1.13/bsd/netinet/ !
H A Din.c2655 arpc.rtm.rtm_type = RTM_GET; in in_lltable_dump_entry()
/xnu-10002.1.13/bsd/netinet6/ !
H A Din6.c4896 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()