Searched refs:RTM_GET (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Droute.h309 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Drtsock.c365 * Silent version of RTM_GET for Reachabiltiy APIs. We may change
372 rtm->rtm_type = RTM_GET;
377 * may perform operations other than RTM_GET
379 if (rtm->rtm_type != RTM_GET && (so->so_state & SS_PRIV) == 0) {
548 case RTM_GET:
570 case RTM_GET: {
1402 size = rt_msg2(RTM_GET, &info, 0, w);
H A Droute.c696 type != RTM_GET && type != RTM_GET2)

Completed in 30 milliseconds