Searched refs:rtab (Results 1 – 1 of 1) sorted by relevance
228 u_char *rtab, *next; in mib_fetch_route() local249 if ((rtab = mib_fetch_rtab(AF_INET, NET_RT_DUMP, 0, &len)) == NULL) in mib_fetch_route()252 next = rtab; in mib_fetch_route()253 for (next = rtab; next < rtab + len; next += rtm->rtm_msglen) { in mib_fetch_route()275 free(rtab); in mib_fetch_route()