Searched refs:inner (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/
H A Dinet_ecn.h33 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) argument
36 outer |= !INET_ECN_is_ce(inner) ? (inner & INET_ECN_MASK) :
86 static inline void ipv4_copy_dscp(struct iphdr *outer, struct iphdr *inner) argument
89 ipv4_change_dsfield(inner, INET_ECN_MASK, dscp);
107 static inline void ipv6_copy_dscp(struct ipv6hdr *outer, struct ipv6hdr *inner) argument
110 ipv6_change_dsfield(inner, INET_ECN_MASK, dscp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dx-sh.c871 /* The entire inner command or arithmetic expression is read
1205 struct word inner; local
1216 read_word (&inner, looking_for, inner_context);
1219 if (inner.type == t_separator
1220 || inner.type == t_backquote || inner.type == t_paren
1221 || inner.type == t_eof)
1225 return inner.type;
1230 if (inner.type == t_string)
1235 pos.line_number = inner
[all...]
H A Dx-elisp.c651 struct object inner; local
662 read_object (&inner, arg == 0, new_backquote_flag,
666 if (inner.type == t_listclose)
680 if (inner.type == t_eof)
686 if (inner.type == t_symbol)
688 char *symbol_name = string_of_object (&inner);
713 if (argparser != NULL && inner.type == t_string)
715 string_of_object (&inner),
718 inner.line_number_at_start,
722 free_object (&inner);
743 struct object inner; local
777 struct object inner; local
794 struct object inner; local
818 struct object inner; local
953 struct object inner; local
1017 struct object inner; local
1059 struct object inner; local
1153 struct object inner; local
[all...]
H A Dx-scheme.c737 struct object inner; local
748 read_object (&inner, inner_context);
751 if (inner.type == t_close)
765 if (inner.type == t_eof)
771 if (inner.type == t_symbol)
773 char *symbol_name = string_of_object (&inner);
798 if (argparser != NULL && inner.type == t_string)
800 string_of_object (&inner),
803 inner.line_number_at_start,
807 free_object (&inner);
836 struct object inner; local
865 struct object inner; local
919 struct object inner; local
1057 struct object inner; local
[all...]
H A Dx-tcl.c860 struct word inner; local
871 read_word (&inner, looking_for, inner_context);
874 if (inner.type == t_separator || inner.type == t_bracket
875 || inner.type == t_brace || inner.type == t_eof)
879 return inner.type;
884 if (inner.type == t_string)
889 pos.line_number = inner.line_number_at_start;
890 remember_a_message (mlp, NULL, string_of_word (&inner),
[all...]
H A Dx-lisp.c1018 struct object inner; local
1029 read_object (&inner, inner_context);
1032 if (inner.type == t_close)
1047 if (inner.type == t_eof)
1053 if (inner.type == t_symbol)
1055 char *symbol_name = string_of_object (&inner);
1061 i = inner.token->charcount;
1063 && inner.token->chars[i-1].attribute != a_pack_m)
1090 if (argparser != NULL && inner.type == t_string)
1092 string_of_object (&inner),
1129 struct object inner; local
1237 struct object inner; local
1355 struct object inner; local
[all...]
H A Dx-perl.c690 char *inner = extract_quotelike_pass1 (delim); local
691 size_t len = strlen (inner);
701 strcpy (buffer + bufpos, inner);
702 free (inner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dsch_htb.c128 } inner; member in union:htb_class::__anon10933
243 * filters in qdisc and in inner nodes (if higher filter points to the inner
296 /* we have got inner class; apply inner filter chain */
447 if (p->un.inner.feed[prio].rb_node)
452 htb_add_to_id_tree(p->un.inner.feed + prio, cl, prio);
482 if (p->un.inner.ptr[prio] == cl->node + prio) {
486 p->un.inner.last_ptr_id[prio] = cl->classid;
487 p->un.inner
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dunifdef.c639 * calls the inner function with its first argument pointing to the next
644 eval_fn *inner; member in struct:ops
742 if (ops->inner(ops+1, valp, &cp) == LT_IF)
753 if (ops->inner(ops+1, &val, &cp) == LT_IF)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_core.c456 struct nf_conntrack_tuple inner, target; local
500 &inner, l3proto, l4proto))
503 /* Change inner back to look like incoming packet. We do the
515 /* Reloading "inside" here since manip_pkt inner. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_gre.c89 One of them is to parse packet trying to detect inner encapsulation
543 u8 inner = 0; local
545 inner = old_iph->tos;
547 inner = ipv6_get_dsfield((struct ipv6hdr *)old_iph);
548 return INET_ECN_encapsulate(tos, inner);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dhush.c2078 * I'm NOT treating inner &'s as jobs */
3131 struct p_context inner; local
3135 initialize_context(&inner);
3138 retcode = parse_stream(&result, &inner, input, subst_end);
3141 done_word(&result, &inner);
3142 done_pipe(&inner, PIPE_SEQ);
3145 p = generate_stream_from_list(inner.list_head);
3172 free_pipe_list(inner.list_head, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm246 ; * Here is the inner loop of the function. The function will spend the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masm686/
H A Dmatch.asm246 ; * Here is the inner loop of the function. The function will spend the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm331 ;;; Here is the inner loop of the function. The function will spend the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx64/
H A Dgvmat64.asm331 ;;; Here is the inner loop of the function. The function will spend the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/as/
H A Dlpc_asm.s49 ; these should be fast; the inner loop is unrolled (it takes no more than
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/ppc/gas/
H A Dlpc_asm.s51 # these should be fast; the inner loop is unrolled (it takes no more than
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dip-tunnels.tex89 inner packet to outer one. It means that path traversed by tunneled
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm798 ;;; Here is the inner loop of the function. The function will spend the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/masmx86/
H A Dgvmat32.asm798 ;;; Here is the inner loop of the function. The function will spend the
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/
H A DDB_File.pm2126 untie attempted while 1 inner references still exist at bad.file line 12.

Completed in 276 milliseconds