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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Droute.h313 #define RTAX_MAX 8 /* size of array to allocate */ macro
317 struct sockaddr *rti_info[RTAX_MAX];
H A Drtsock.c779 for (i = 0; (i < RTAX_MAX) && (cp < cplim); i++) {
855 for (i = 0; i < RTAX_MAX; i++) {
916 for (i = 0; i < RTAX_MAX; i++) {

Completed in 29 milliseconds