Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
/xnu-8019.80.24/bsd/net/
H A Drtsock.c363 rtm->rtm_type = RTM_GET; in route_output()
370 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
560 case RTM_GET: in route_output()
584 case RTM_GET: { in route_output()
1535 case RTM_GET: in rtm2str()
1638 size = rt_msg2(RTM_GET, &info, NULL, w, credp); in sysctl_dumpentry()
H A Droute.h423 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Droute.c787 type != RTM_GET && type != RTM_GET2) { in rtm_scrub()
/xnu-8019.80.24/bsd/netinet/
H A Din.c2677 arpc.rtm.rtm_type = RTM_GET; in in_lltable_dump_entry()
/xnu-8019.80.24/bsd/netinet6/
H A Din6.c4839 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()