HomeSort by: relevance | last modified time | path
    Searched refs:outer (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/tests/usr.bin/xlint/lint1/
msg_062.c 9 outer() { function
gcc_statement_expression.c 17 struct outer {
21 } outer = { { 3 } };
22 outer;
init_braces.c 80 struct outer { struct in function:init_anonymous_struct_and_union
88 struct outer var = { /* struct outer */
decl_enum.c 40 enum outer { enum
50 * expression contained an enum declaration, the value of the outer
  /src/sys/netinet/
ip_ecn.c 62 * modify outer ECN (TOS) field on ingress operation (tunnel encapsulation).
65 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner)
67 if (!outer || !inner)
70 *outer = *inner;
73 *outer &= ~IPTOS_ECN_CE;
76 *outer &= ~(IPTOS_ECN_ECT0 | IPTOS_ECN_CE);
87 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner)
89 if (!outer || !inner)
94 if (*outer & IPTOS_ECN_CE)
105 ip6_ecn_ingress(int mode, u_int32_t *outer, const u_int32_t *inner
    [all...]
  /src/tests/usr.bin/indent/
opt_bacc.c 93 #if outer
109 #ifdef outer
119 #ifdef outer
lsym_tag.c 124 struct outer { struct
  /src/tests/net/if_gif/
t_gif.sh 146 outer=${2}
167 if [ ${outer} = "ipv6" ]; then
183 outer=${2}
200 if [ ${outer} = "ipv6" ]; then
241 outer=${2}
258 if [ ${outer} = "ipv6" ]; then
277 if [ $outer = "ipv6" ]; then
352 outer=${2}
366 if [ ${outer} = "ipv6" ]; then
383 if [ $outer = "ipv6" ]; the
    [all...]
t_gif_unnumbered.sh 198 outer=$1
200 name="gif_unnumbered_over${outer}"
201 desc="Does unnumbered gif over ${outer}"
210 test_gif_unnumbered_${outer}
  /src/tests/net/if_ipsec/
t_ipsec.sh 154 local outer=${2}
175 if [ ${outer} = "ipv6" ]; then
191 local outer=${2}
208 if [ ${outer} = "ipv6" ]; then
317 local outer=${2}
336 if [ ${outer} = "ipv6" ]; then
346 if [ $inner = "ipv6" -a $outer = "ipv4" ]; then
347 setup_if_ipsec_sa $SOCK1 ${src} ${dst} ${outer} ${proto} ${algo} "1to2"
360 if [ $outer = "ipv6" ]; then
369 if [ $inner = "ipv6" -a $outer = "ipv4" ]; the
    [all...]
t_ipsec_unnumbered.sh 68 local outer=$1
243 local outer=$1
249 name="ipsecif_unnumbered_over${outer}_${_algo}"
250 desc="Does unnumbered ipsecif over ${outer} $algo"
259 test_ipsecif_unnumbered_${outer} $algo
  /src/tests/net/if_wg/
t_basic.sh 246 local outer=$2
250 name="wg_basic_${inner}_over_${outer}"
251 fulldesc="Test wg(4) with ${inner} over ${outer}"
254 eval outer=\$$outer
263 test_common basic $outer $inner
276 local outer=$2
280 name="wg_payload_sizes_${inner}_over_${outer}"
281 fulldesc="Test wg(4) with ${inner} over ${outer} with various payload sizes"
284 eval outer=\$$oute
    [all...]
t_tunnel.sh 298 local outer=$2
302 name="wg_tunnel_${inner}_over_${outer}"
303 fulldesc="Test wg(4) with ${inner} over ${outer}"
306 eval outer=\$$outer
315 wg_tunnel_common $outer $inner
  /src/usr.bin/make/unit-tests/
opt-debug-for.mk 17 # actual substitutions, such as "For 1: outer=b".
19 .for outer in a b
21 VAR.${outer}${inner}= value
opt-debug-for.exp 4 For: loop body with outer = a:
13 For: loop body with outer = b:
directive-for-break.mk 23 .for outer in o1 o2 o3
25 . if ${outer} == o2 && ${inner} == i2
28 COMBINED+= ${outer}-${inner}
varmod-remember.mk 70 # the evaluation of the outer expression. If the expressions were evaluated
71 # independently, the last word of the result would be outer_='outer' instead.
73 OUTER= ${outer:L:_:@o@$o ${INNER} outer_='$_'@}
74 .if ${OUTER} != "outer inner inner_='inner' outer_='inner'"
directive-for-lines.mk 18 .for outer in a b
cond-op-and.mk 27 # When an outer condition makes the inner '&&' condition irrelevant, neither
32 # Test combinations of outer '||' with inner '&&', to ensure that the operands
cond-op-or.mk 27 # When an outer condition makes the inner '||' condition irrelevant, neither
32 # Test combinations of outer '&&' with inner '||', to ensure that the operands
directive-for.exp 1 make: directive-for.mk:117: outer
30 For: loop body with outer = o:
parse-var.mk 114 # The outer ':S' modifier then replaces '{{}' with '<lbraces>'.
115 # Due to the always-true condition '1', the outer expression is relevant and
119 # Due to the always-false condition '0', the outer expression is irrelevant.
120 # In this case, in the parts of the outer ':S' modifier, the expression parser
directive-for-empty.mk 87 # outer.mk: .for i in outer
88 # . info $i # outer
95 # outer.mk: . info $i # outer
112 # removed from the scope, which would need to make the outer 'i' visible
directive-for.mk 111 # When the outer .for loop is expanded, it sees the expression ${i} and
114 .for i in outer
116 # expect+1: outer
164 var= outer
273 # When make scanned the outer .for loop, it did not recognize the inner .for
275 # the outer .for loop thus ended above the '.endfor'.
282 .for outer in o
  /src/sys/kern/
kern_runq.c 494 struct cpu_info *bestci, *curci, *outer; local in function:sched_bestcpu
512 /* In the outer loop scroll through all CPU packages. */
514 outer = pivot;
517 curci = outer;
555 curci != outer);
556 } while (outer = outer->ci_sibling[CPUREL_PACKAGE1ST],
557 outer != pivot);
818 struct cpu_info *ci, *inner, *outer, *first, *tci, *mci; local in function:sched_idle
874 /* In the outer loop scroll through all CPU packages, starting here. *
    [all...]

Completed in 25 milliseconds

1 2