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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h258 #define RTM_GET 0x4 /* Report Metrics */ macro
H A Drtsock.c345 * Silent version of RTM_GET for Reachabiltiy APIs. We may change
352 rtm->rtm_type = RTM_GET;
357 * may perform operations other than RTM_GET
359 if (rtm->rtm_type != RTM_GET && (so->so_state & SS_PRIV) == 0) {
507 case RTM_GET:
523 case RTM_GET: {
1131 size = rt_msg2(RTM_GET, &info, 0, w);

Completed in 28 milliseconds