Searched refs:tail (Results 226 - 250 of 1883) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/test/
H A Drecd004.tcl75 set tail [expr [string length $tag] - 2]
76 set tag [string range $tag $tail $tail]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/lib/
H A Dbuffer.c38 struct buffer_data *tail; member in struct:buffer
142 b->head = b->tail = NULL;
155 if (b->tail)
156 b->tail->next = d;
159 b->tail = d;
168 struct buffer_data *data = b->tail;
324 "head %p, tail %p, head->next %p",
325 __func__, b->head, b->tail, b->head->next);
333 if (b->tail && (b->tail
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/test/
H A Drecd002.tcl82 set tail [expr [string length $tag] - 2]
83 set tag [string range $tag $tail $tail]
H A Drecd004.tcl75 set tail [expr [string length $tag] - 2]
76 set tag [string range $tag $tail $tail]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/lib/
H A Dbuffer.c38 struct buffer_data *tail; member in struct:buffer
142 b->head = b->tail = NULL;
155 if (b->tail)
156 b->tail->next = d;
159 b->tail = d;
168 struct buffer_data *data = b->tail;
324 "head %p, tail %p, head->next %p",
325 __func__, b->head, b->tail, b->head->next);
333 if (b->tail && (b->tail
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/test/
H A Drecd002.tcl82 set tail [expr [string length $tag] - 2]
83 set tag [string range $tag $tail $tail]
H A Drecd004.tcl75 set tail [expr [string length $tag] - 2]
76 set tag [string range $tag $tail $tail]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dssl_ciph.c691 CIPHER_ORDER **tail)
693 if (curr == *tail)
701 (*tail)->next = curr;
702 curr->prev = *tail;
704 *tail = curr;
708 CIPHER_ORDER **tail)
712 if (curr == *tail)
713 *tail = curr->prev;
971 CIPHER_ORDER *head, *tail, *curr, *next, *last; local
987 tail
690 ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
707 ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
1473 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/ssl/
H A Dssl_ciph.c598 CIPHER_ORDER **tail)
600 if (curr == *tail) return;
607 (*tail)->next=curr;
608 curr->prev= *tail;
610 *tail=curr;
614 CIPHER_ORDER **tail)
617 if (curr == *tail)
618 *tail=curr->prev;
851 CIPHER_ORDER *head, *tail, *curr, *next, *last; local
864 tail
597 ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
613 ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
1289 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/ssl/
H A Dssl_ciph.c598 CIPHER_ORDER **tail)
600 if (curr == *tail) return;
607 (*tail)->next=curr;
608 curr->prev= *tail;
610 *tail=curr;
614 CIPHER_ORDER **tail)
617 if (curr == *tail)
618 *tail=curr->prev;
851 CIPHER_ORDER *head, *tail, *curr, *next, *last; local
864 tail
597 ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
613 ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
1289 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/ssl/
H A Dssl_ciph.c691 CIPHER_ORDER **tail)
693 if (curr == *tail)
701 (*tail)->next = curr;
702 curr->prev = *tail;
704 *tail = curr;
708 CIPHER_ORDER **tail)
712 if (curr == *tail)
713 *tail = curr->prev;
971 CIPHER_ORDER *head, *tail, *curr, *next, *last; local
987 tail
690 ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
707 ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
1473 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/ssl/
H A Dssl_ciph.c691 CIPHER_ORDER **tail)
693 if (curr == *tail)
701 (*tail)->next = curr;
702 curr->prev = *tail;
704 *tail = curr;
708 CIPHER_ORDER **tail)
712 if (curr == *tail)
713 *tail = curr->prev;
971 CIPHER_ORDER *head, *tail, *curr, *next, *last; local
987 tail
690 ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
707 ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
1473 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/ssl/
H A Dssl_ciph.c598 CIPHER_ORDER **tail)
600 if (curr == *tail) return;
607 (*tail)->next=curr;
608 curr->prev= *tail;
610 *tail=curr;
614 CIPHER_ORDER **tail)
617 if (curr == *tail)
618 *tail=curr->prev;
851 CIPHER_ORDER *head, *tail, *curr, *next, *last; local
864 tail
597 ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
613 ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, CIPHER_ORDER **tail) argument
1289 CIPHER_ORDER *co_list = NULL, *head = NULL, *tail = NULL, *curr; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2/tc/
H A Dm_action.c137 struct rtattr *tail, *tail2; local
148 tail = tail2 = NLMSG_TAIL(n);
188 tail = NLMSG_TAIL(n);
198 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
346 struct rtattr *tail; local
370 tail = NLMSG_TAIL(&req.n);
426 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
454 struct rtattr *tail; local
492 struct rtattr *tail,*tail2; local
[all...]
H A Df_route.c42 struct rtattr *tail; local
58 tail = NLMSG_TAIL(n);
125 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Df_tcindex.c35 struct rtattr *tail; local
46 tail = NLMSG_TAIL(n);
120 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dm_gact.c98 struct rtattr *tail; local
180 tail = NLMSG_TAIL(n);
188 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
H A Dq_red.c47 struct rtattr *tail; local
152 tail = NLMSG_TAIL(n);
156 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/tc/
H A Dm_action.c159 struct rtattr *tail, *tail2; local
170 tail = tail2 = NLMSG_TAIL(n);
210 tail = NLMSG_TAIL(n);
220 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
368 struct rtattr *tail; local
392 tail = NLMSG_TAIL(&req.n);
448 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
476 struct rtattr *tail; local
514 struct rtattr *tail,*tail2; local
[all...]
H A Df_fw.c38 struct rtattr *tail; local
64 tail = NLMSG_TAIL(n);
115 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2/tc/
H A Dm_action.c137 struct rtattr *tail, *tail2; local
148 tail = tail2 = NLMSG_TAIL(n);
188 tail = NLMSG_TAIL(n);
198 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
346 struct rtattr *tail; local
370 tail = NLMSG_TAIL(&req.n);
426 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
454 struct rtattr *tail; local
492 struct rtattr *tail,*tail2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/iproute2-3.x/tc/
H A Dm_action.c159 struct rtattr *tail, *tail2; local
170 tail = tail2 = NLMSG_TAIL(n);
210 tail = NLMSG_TAIL(n);
220 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
368 struct rtattr *tail; local
392 tail = NLMSG_TAIL(&req.n);
448 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
476 struct rtattr *tail; local
514 struct rtattr *tail,*tail2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2/tc/
H A Dm_action.c137 struct rtattr *tail, *tail2; local
148 tail = tail2 = NLMSG_TAIL(n);
188 tail = NLMSG_TAIL(n);
198 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
346 struct rtattr *tail; local
370 tail = NLMSG_TAIL(&req.n);
426 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
454 struct rtattr *tail; local
492 struct rtattr *tail,*tail2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/iproute2-3.x/tc/
H A Dm_action.c159 struct rtattr *tail, *tail2; local
170 tail = tail2 = NLMSG_TAIL(n);
210 tail = NLMSG_TAIL(n);
220 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
368 struct rtattr *tail; local
392 tail = NLMSG_TAIL(&req.n);
448 tail->rta_len = (void *) NLMSG_TAIL(&req.n) - (void *) tail;
476 struct rtattr *tail; local
514 struct rtattr *tail,*tail2; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/iproute2-3.x/ip/
H A Diplink_vlan.c48 struct rtattr *tail; local
50 tail = NLMSG_TAIL(n);
69 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *)tail;

Completed in 186 milliseconds

1234567891011>>