Searched refs:RT_table (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Daurp_misc.c143 RT_entry *entry = (RT_entry *)RT_table;
210 entry = (RT_entry *)RT_table;
H A Dddp_rtmptable.c84 RT_entry *RT_table; /* the routing table */ variable
420 ptree = &RT_table[0];
447 if ((RT_table = (RT_entry *)_MALLOC(sizeof(RT_entry)*RT_maxentry,
450 ("rtmptable: Can't allocate RT_table\n"));
460 bzero(&RT_table[0], sizeof(RT_entry)* RT_maxentry);
462 (&RT_table[i-1])->right = &RT_table[i];
464 RT_table_freelist = &RT_table[0];
965 the RT_table, if first != TRUE, then then each call returns the
974 if (!RT_table)
[all...]
H A Drouting_tables.h199 extern RT_entry *RT_table;
H A Daurp_ri.c502 RT_entry *entry = (RT_entry *)&RT_table[next_entry];
750 RT_entry *entry = (RT_entry *)RT_table;
H A Dddp_r_rtmp.c752 RT_entry *en = &RT_table[0];
1016 Entry = &RT_table[0];
1648 RT_entry *en = &RT_table[0];
H A Daurp_zi.c73 RT_entry *entry = RT_table;
H A Dddp_lap.c416 /* return next RT_entry from RT_table
1206 if (RT_table) {
1207 FREE(RT_table, M_RTABLE);
1208 RT_table = (RT_entry *)NULL;
H A Dddp_nbp.c233 rt = &RT_table[i];
241 ("nbp_input:FWDREQ: bad port# from RT_table\n"));
364 for (i=0,rt=RT_table; i<RT_maxentry; i++,rt++) {
H A Dddp_r_zip.c1347 RT_entry *Entry = &RT_table[0];
1471 RT_entry *Entry = &RT_table[0];

Completed in 32 milliseconds