Searched refs:rtmptab (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Dgate.h13 struct rtmptab *g_rt;
H A Drtmp.h6 * We have an rtmptab circular linked list for each gateway. Entries
18 * boundaries: even tho the rtmptab entry has data, it is not yet
21 * ZIP Reply data for given rtmptab entries. Lastly, we keep a count of
31 struct rtmptab { struct
32 struct rtmptab *rt_next,
34 struct rtmptab *rt_inext,
81 struct rtmptab *newrt (const struct interface *);
82 void rtmp_delzonemap (struct rtmptab *);
85 void rtmp_free ( struct rtmptab * );
86 int rtmp_replace ( struct rtmptab * );
[all...]
H A Dzip.h25 int addzone ( struct rtmptab *, int, char * );
H A Dinterface.h21 struct rtmptab *i_rt;
H A Drtmp.c46 void rtmp_delzonemap(struct rtmptab *rtmp)
56 if ( (struct rtmptab *)lr->l_data == rtmp ) {
162 static void rtmp_delinuse(struct rtmptab *rtmp)
164 struct rtmptab *irt;
196 static void rtmp_addinuse( struct rtmptab *rtmp)
198 struct rtmptab *irt;
223 static int rtmp_copyzones( struct rtmptab *to,struct rtmptab *from)
234 if ( (struct rtmptab *)lr->l_data == from ) {
253 void rtmp_free( struct rtmptab *rtm
[all...]
H A Dmain.c201 struct rtmptab *rtmp, *frtmp;
674 struct rtmptab *rtmp;
680 rtmp = (struct rtmptab *)lr->l_data;
711 struct rtmptab *rt;
811 struct rtmptab *rt;
1487 struct rtmptab *rtmp;
1535 struct rtmptab *rtmp;
1542 rtmp = (struct rtmptab *)l->l_data;
H A Dnbp.c77 struct rtmptab *rtmp;
419 rtmp = (struct rtmptab *)l->l_data;
H A Dzip.c51 static int zonecheck(struct rtmptab *rtmp, struct interface *iface)
95 struct rtmptab *rtmp = NULL;
474 * Count zones for rtmptab entry.
1003 int addzone(struct rtmptab *rt, int len, char *zone)

Completed in 87 milliseconds