Home
last modified time | relevance | path

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

/xnu-8020.121.3/tests/
H A Droute_output_stack_oflow_56033075.c29 rtm->rtm_type = RTM_GET;
/xnu-8020.121.3/bsd/net/
H A Drtsock.c359 rtm->rtm_type = RTM_GET; in route_output()
366 if (rtm->rtm_type != RTM_GET && !(so->so_state & SS_PRIV)) { in route_output()
556 case RTM_GET: in route_output()
580 case RTM_GET: { in route_output()
1530 case RTM_GET: in rtm2str()
1633 size = rt_msg2(RTM_GET, &info, NULL, w, credp); in sysctl_dumpentry()
H A Droute.h434 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Droute.c786 type != RTM_GET && type != RTM_GET2) { in rtm_scrub()
/xnu-8020.121.3/bsd/netinet/
H A Din.c2655 arpc.rtm.rtm_type = RTM_GET; in in_lltable_dump_entry()
/xnu-8020.121.3/bsd/netinet6/
H A Din6.c4865 ndpc.rtm.rtm_type = RTM_GET; in in6_lltable_dump_entry()