Searched refs:hn (Results 1 - 25 of 79) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ebtables/extensions/
H A Debtable_broute.c13 static void print_help(const char **hn) argument
16 printf("%s\n",hn[NF_BR_BROUTING]);
H A Debtable_filter.c15 static void print_help(const char **hn) argument
22 printf("%s ", hn[i]);
H A Debtable_nat.c15 static void print_help(const char **hn) argument
22 printf("%s ", hn[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ebtables/extensions/
H A Debtable_broute.c13 static void print_help(const char **hn) argument
16 printf("%s\n",hn[NF_BR_BROUTING]);
H A Debtable_filter.c15 static void print_help(const char **hn) argument
22 printf("%s ", hn[i]);
H A Debtable_nat.c15 static void print_help(const char **hn) argument
22 printf("%s ", hn[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ebtables/extensions/
H A Debtable_broute.c13 static void print_help(const char **hn) argument
16 printf("%s\n",hn[NF_BR_BROUTING]);
H A Debtable_filter.c15 static void print_help(const char **hn) argument
22 printf("%s ", hn[i]);
H A Debtable_nat.c15 static void print_help(const char **hn) argument
22 printf("%s ", hn[i]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/tests/
H A Dheavy-wq.c60 struct heavy_wq_node *hn; local
62 if ((hn = XCALLOC (MTYPE_PREFIX_LIST, sizeof(struct heavy_wq_node))) == NULL)
64 zlog_err ("%s: unable to allocate hn", __func__);
68 hn->i = i;
69 if (!(hn->str = XSTRDUP (MTYPE_PREFIX_LIST_STR, str)))
72 XFREE (MTYPE_PREFIX_LIST, hn);
76 work_queue_add (heavy_wq, hn);
90 struct heavy_wq_node *hn = data; local
91 assert (hn && hn
101 struct heavy_wq_node *hn = data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/tests/
H A Dheavy-wq.c60 struct heavy_wq_node *hn; local
62 if ((hn = XCALLOC (MTYPE_PREFIX_LIST, sizeof(struct heavy_wq_node))) == NULL)
64 zlog_err ("%s: unable to allocate hn", __func__);
68 hn->i = i;
69 if (!(hn->str = XSTRDUP (MTYPE_PREFIX_LIST_STR, str)))
72 XFREE (MTYPE_PREFIX_LIST, hn);
76 work_queue_add (heavy_wq, hn);
90 struct heavy_wq_node *hn = data; local
91 assert (hn && hn
101 struct heavy_wq_node *hn = data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/tests/
H A Dheavy-wq.c60 struct heavy_wq_node *hn; local
62 if ((hn = XCALLOC (MTYPE_PREFIX_LIST, sizeof(struct heavy_wq_node))) == NULL)
64 zlog_err ("%s: unable to allocate hn", __func__);
68 hn->i = i;
69 if (!(hn->str = XSTRDUP (MTYPE_PREFIX_LIST_STR, str)))
72 XFREE (MTYPE_PREFIX_LIST, hn);
76 work_queue_add (heavy_wq, hn);
90 struct heavy_wq_node *hn = data; local
91 assert (hn && hn
101 struct heavy_wq_node *hn = data; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/avahi-0.6.31/avahi-utils/
H A Davahi-set-host-name.c165 const char *version, *hn; local
172 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
177 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
186 const char *hn; local
188 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
193 fprintf(stderr, _("Host name successfully changed to %s\n"), hn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/avahi-0.6.31/avahi-utils/
H A Davahi-set-host-name.c165 const char *version, *hn; local
172 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
177 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
186 const char *hn; local
188 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
193 fprintf(stderr, _("Host name successfully changed to %s\n"), hn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/avahi-0.6.31/avahi-utils/
H A Davahi-set-host-name.c165 const char *version, *hn; local
172 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
177 fprintf(stderr, _("Server version: %s; Host name: %s\n"), version, hn);
186 const char *hn; local
188 if (!(hn = avahi_client_get_host_name_fqdn(client))) {
193 fprintf(stderr, _("Host name successfully changed to %s\n"), hn);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/netatalk-3.0.5/etc/afpd/
H A Ddircache.c307 hnode_t *hn; local
315 if ((hn = hash_lookup(dircache, &key)))
316 cdir = hnode_get(hn);
374 hnode_t *hn; local
392 if ((hn = hash_lookup(index_didname, &key)))
393 cdir = hnode_get(hn);
438 hnode_t *hn; local
458 if ((hn = hash_lookup(dircache, &key))) {
460 dir_remove(vol, hnode_get(hn));
466 if ((hn
510 hnode_t *hn; local
626 hnode_t *hn; local
[all...]
H A Dhash.c965 hnode_t *hn; local
1032 hn = hash_lookup(h, tok1);
1033 if (!hn) {
1037 val = hnode_get(hn);
1038 key = hnode_getkey(hn);
1039 hash_scan_delfree(h, hn);
1048 hn = hash_lookup(h, tok1);
1049 if (!hn) {
1053 val = hnode_get(hn);
1064 while ((hn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/netatalk-3.0.5/etc/afpd/
H A Ddircache.c307 hnode_t *hn; local
315 if ((hn = hash_lookup(dircache, &key)))
316 cdir = hnode_get(hn);
374 hnode_t *hn; local
392 if ((hn = hash_lookup(index_didname, &key)))
393 cdir = hnode_get(hn);
438 hnode_t *hn; local
458 if ((hn = hash_lookup(dircache, &key))) {
460 dir_remove(vol, hnode_get(hn));
466 if ((hn
510 hnode_t *hn; local
626 hnode_t *hn; local
[all...]
H A Dhash.c965 hnode_t *hn; local
1032 hn = hash_lookup(h, tok1);
1033 if (!hn) {
1037 val = hnode_get(hn);
1038 key = hnode_getkey(hn);
1039 hash_scan_delfree(h, hn);
1048 hn = hash_lookup(h, tok1);
1049 if (!hn) {
1053 val = hnode_get(hn);
1064 while ((hn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/netatalk-3.0.5/etc/afpd/
H A Ddircache.c307 hnode_t *hn; local
315 if ((hn = hash_lookup(dircache, &key)))
316 cdir = hnode_get(hn);
374 hnode_t *hn; local
392 if ((hn = hash_lookup(index_didname, &key)))
393 cdir = hnode_get(hn);
438 hnode_t *hn; local
458 if ((hn = hash_lookup(dircache, &key))) {
460 dir_remove(vol, hnode_get(hn));
466 if ((hn
510 hnode_t *hn; local
626 hnode_t *hn; local
[all...]
H A Dhash.c965 hnode_t *hn; local
1032 hn = hash_lookup(h, tok1);
1033 if (!hn) {
1037 val = hnode_get(hn);
1038 key = hnode_getkey(hn);
1039 hash_scan_delfree(h, hn);
1048 hn = hash_lookup(h, tok1);
1049 if (!hn) {
1053 val = hnode_get(hn);
1064 while ((hn
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/cfe/cfe/zlib/
H A Dinftrees.c93 local int huft_build(b, n, s, d, e, t, m, hp, hn, v)
102 uInt *hn; /* hufts used in space */
234 if (*hn + z > MANY) /* (note: doesn't matter for fixed) */
236 u[h] = q = hp + *hn;
237 *hn += z;
303 uInt hn = 0; /* hufts used in space */ local
309 tb, bb, hp, &hn, v);
334 uInt hn = 0; /* hufts used in space */ local
342 r = huft_build(c, nl, 257, cplens, cplext, tl, bl, hp, &hn, v);
357 r = huft_build(c + nl, nd, 0, cpdist, cpdext, td, bd, hp, &hn,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/misc/sgi-gru/
H A Dgruhandles.h95 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \
96 GRU_##hn##_BASE + GRU_NUM_##hn * GRU_HANDLE_STRIDE && \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/misc/sgi-gru/
H A Dgruhandles.h95 #define TYPE_IS(hn, h) ((h) >= GRU_##hn##_BASE && (h) < \
96 GRU_##hn##_BASE + GRU_NUM_##hn * GRU_HANDLE_STRIDE && \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libvorbis/lib/
H A Dfloor1.c649 int hn=hineighbor[sortpos]; local
652 if(memo[ln]!=hn){
655 int hsortpos=look->reverse_index[hn];
656 memo[ln]=hn;
661 int hx=info->postlist[hn];
663 int hy=post_Y(fit_valueA,fit_valueB,hn);
696 fit_valueA[hn]=hy1;
697 if(hn==1)fit_valueB[hn]=hy1;
702 if(hineighbor[j]==hn)
731 int hn=look->hineighbor[i-2]; local
813 int hn=look->hineighbor[i-2]; local
[all...]

Completed in 478 milliseconds

1234