Searched refs:rt_prev (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.h33 *rt_prev; member in struct:rtmptab
H A Drtmp.c266 if ( rtmp->rt_prev == rtmp ) { /* only */
270 rtmp->rt_next->rt_prev = rtmp->rt_prev;
274 rtmp->rt_prev->rt_next = NULL;
275 gate->g_rt->rt_prev = rtmp->rt_prev;
277 rtmp->rt_prev->rt_next = rtmp->rt_next;
278 rtmp->rt_next->rt_prev = rtmp->rt_prev;
700 gate->g_rt->rt_prev
[all...]
H A Dzip.c303 gate->g_rt->rt_prev->rt_next = gate->g_rt;
305 rtmp->rt_prev->rt_next = NULL;
333 } else if ( rtmp->rt_iprev == NULL && rtmp->rt_prev != NULL ) {
422 gate->g_rt->rt_prev->rt_next = gate->g_rt;

Completed in 58 milliseconds