Searched refs:llink (Results 1 - 5 of 5) sorted by relevance

/external/libmicrohttpd/src/microhttpd/
H A Dtsearch.c41 &(*rootp)->llink : /* T3: follow left branch */
50 q->llink = q->rlink = NULL;
73 &(*rootp)->llink : /* T3: follow left branch */
100 &(*rootp)->llink : /* follow llink branch */
106 if ((q = (*rootp)->llink) == NULL) /* Left NULL? */
109 if (r->llink == NULL) { /* D2: Find successor */
110 r->llink = q;
113 for (q = r->llink; q->llink !
[all...]
H A Dtsearch.h36 struct node *llink, *rlink; member in struct:node
/external/iproute2/bridge/
H A Dmonitor.c80 int llink=0; local
91 llink=1;
111 if (llink)
/external/iproute2/ip/
H A Drtmon.c79 int llink = 0; local
118 llink=1;
141 if (llink)
H A Dipmonitor.c154 int llink=0; local
192 llink=1;
241 if (llink)

Completed in 1203 milliseconds