Searched refs:RT_entry (Results 1 - 13 of 13) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Drouting_tables.h132 } RT_entry; typedef in typeref:struct:rt_entry
155 RT_entry *found; \
157 memset(found, '\0', sizeof(RT_entry)); \
197 extern RT_entry *RT_table_freelist;
198 extern RT_entry RT_table_start;
199 extern RT_entry *RT_table;
200 extern RT_entry *rt_binsert (RT_entry *);
201 extern RT_entry *rt_insert( at_net_al NStop, at_net_al NStart, at_net_al NxNet,
203 extern RT_entry *rt_bdelet
[all...]
H A Dddp_rtmptable.c82 RT_entry *RT_table_freelist; /* start of free entry list */
83 RT_entry RT_table_start; /* start of the actual entry table */
84 RT_entry *RT_table; /* the routing table */
143 RT_entry *rt_blookup (NetNumber)
147 RT_entry *ptree = &RT_table_start;
193 return ((RT_entry *)NULL);
198 * Uses a RT_entry parameter as the input, the insert is sorted in
208 RT_entry *rt_binsert (NewEntry)
209 RT_entry *NewEntry;
211 RT_entry *ptre
[all...]
H A Daurp_misc.c143 RT_entry *entry = (RT_entry *)RT_table;
208 RT_entry *entry;
210 entry = (RT_entry *)RT_table;
H A Daurp_ri.c502 RT_entry *entry = (RT_entry *)&RT_table[next_entry];
540 RT_entry new_rt, *curr_rt;
629 new_rt.EntryState) == (RT_entry *)0) {
648 RT_entry new_rt, *old_rt;
701 new_rt.EntryState) == (RT_entry *)0) {
750 RT_entry *entry = (RT_entry *)RT_table;
765 RT_entry *entry;
H A Daurp_tx.c139 AURPrtupdate((RT_entry *)mdata, param);
H A Dddp_lap.c115 #define MAX_RTMP (MAX_BUFSIZE/sizeof(RT_entry)-1)
120 #define MAX_RTMP_BYTES (MAX_RTMP * sizeof(RT_entry))
140 static void add_route(RT_entry *);
188 size = sizeof(RT_entry);
191 size = sizeof(RT_entry);
373 add_route((RT_entry *)gbuf_rptr(gbuf_cont(m)));
416 /* return next RT_entry from RT_table
417 * a pointer to the struct RT_entry is
420 * non-zero, then the first RT_entry is
427 RT_entry *pR
[all...]
H A Dddp_r_rtmp.c125 RT_entry *Entry;
261 RT_entry NewRoute, *CurrentRoute;
266 bzero(&NewRoute, sizeof(RT_entry));
500 NewRoute.EntryState) == (RT_entry *)NULL)
710 NewRoute.EntryState) == (RT_entry *)NULL)
752 RT_entry *en = &RT_table[0];
902 RT_entry *Entry;
996 RT_entry *Entry;
1260 register RT_entry *Entry;
1648 RT_entry *e
[all...]
H A Daurp_zi.c73 RT_entry *entry = RT_table;
369 RT_entry *entry;
574 RT_entry *entry;
H A Dddp_r_zip.c103 static void zip_send_ext_reply_to_query(gbuf_t *, at_ifaddr_t *, RT_entry *, u_short);
121 RT_entry *Entry;
328 RT_entry *Entry; /* info about the network we're looking for */
445 RT_entry *Entry;
1347 RT_entry *Entry = &RT_table[0];
1471 RT_entry *Entry = &RT_table[0];
1585 RT_entry *Entry;
1810 RT_entry *Entry;
H A Daurp.h255 void AURPrtupdate(RT_entry *entry, unsigned char ev);
H A Dddp.c1320 RT_entry *found;
1323 bzero(found, sizeof(RT_entry));
H A Dat.c93 RT_entry *rte;
H A Dddp_nbp.c160 register RT_entry *rt;
327 register int ztind; /* zone bitmap index into RT_entry */

Completed in 44 milliseconds