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

123

/freebsd-current/sys/netinet/
H A Dip_ecn.c67 * DS Field copied from inner hdr no change
71 * (I) if the ECN field in the inner header is set to CE, then set the
76 * field of the inner header is not-ECT, drop the packet.
77 * if the ECN field in the inner header is set to ECT(0) or ECT(1)
79 * the inner header. otherwise, make no change to the inner header.
85 * otherwise, make no change to the ECN field in the inner header.
95 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner) argument
98 if (!outer || !inner)
101 *outer = *inner;
127 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner) argument
161 ip6_ecn_ingress(int mode, u_int32_t *outer, const u_int32_t *inner) argument
175 ip6_ecn_egress(int mode, const u_int32_t *outer, u_int32_t *inner) argument
[all...]
H A Dtcp_lro_hpts.c277 lro_type = le->inner.data.lro_type;
318 IP_PROBE(receive, NULL, NULL, le->inner.ip4, NULL,
319 le->inner.ip4, NULL);
341 IP_PROBE(receive, NULL, NULL, le->inner.ip6, NULL, NULL,
342 le->inner.ip6);
515 (le->inner.data.lro_type != LRO_TYPE_NONE))
531 if (__predict_false(le->inner.data.lro_type == LRO_TYPE_IPV6_TCP &&
532 IN6_IS_ADDR_UNSPECIFIED(&le->inner.data.s_addr.v6)))
555 (le->inner.data.lro_type == LRO_TYPE_NONE) ? &le->outer : &le->inner);
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Dopt-debug-for.exp5 . for inner in 1 2
6 VAR.${:Ua}${inner}= value
9 For: loop body with inner = 1:
11 For: loop body with inner = 2:
14 . for inner in 1 2
15 VAR.${:Ub}${inner}= value
18 For: loop body with inner = 1:
20 For: loop body with inner = 2:
H A Ddirective-for-break.mk24 . for inner in i1 i2 i3
25 . if ${outer} == o2 && ${inner} == i2
28 COMBINED+= ${outer}-${inner}
H A Dcond-op-or.mk27 # When an outer condition makes the inner '||' condition irrelevant, neither
33 # Test combinations of outer '&&' with inner '||', to ensure that the operands
34 # of the inner '||' is only evaluated if necessary.
H A Dcond-op-and.mk27 # When an outer condition makes the inner '&&' condition irrelevant, neither
33 # Test combinations of outer '||' with inner '&&', to ensure that the operands
34 # of the inner '&&' are only evaluated if necessary.
H A Dvarmod-remember.mk69 # the value of the temporary variable '_' from the inner expression leaks into
72 INNER= ${inner:L:_:@i@$i inner_='$_'@}
74 .if ${OUTER} != "outer inner inner_='inner' outer_='inner'"
H A Ddirective-for-lines.mk15 .for inner in 1 2
H A Ddirective-for.exp34 for inner in i
38 For: loop body with inner = i:
H A Ddirective-for-escape.mk172 .for i in inner
184 # expect-11: . $i: inner
185 # expect-11: . ${i}: inner
186 # expect-11: . ${i:M*}: inner
187 # expect-11: . $(i): inner
188 # expect-11: . $(i:M*): inner
190 # expect-11: . ${i\}}: inner}
206 # an expression. The inner '$' is followed by a '}' and is thus a
H A Ddirective-for-escape.exp73 For: loop body with i = inner:
84 make: "directive-for-escape.mk" line 173: . $i: inner
85 make: "directive-for-escape.mk" line 174: . ${i}: inner
86 make: "directive-for-escape.mk" line 175: . ${i:M*}: inner
87 make: "directive-for-escape.mk" line 176: . $(i): inner
88 make: "directive-for-escape.mk" line 177: . $(i:M*): inner
90 make: "directive-for-escape.mk" line 179: . ${i\}}: inner}
/freebsd-current/contrib/netbsd-tests/net/if_gif/
H A Dt_gif.sh122 inner=${1}
132 if [ ${inner} = "ipv6" ]; then
159 inner=${1}
166 if [ ${inner} = "ipv6" ]; then
195 inner=${4}
203 if [ ${inner} = "ipv6" ]; then
217 inner=${1}
226 if [ ${inner} = "ipv6" ]; then
242 setup_if_gif $SOCK1 ${addr} ${remote} ${inner} \
245 if [ $inner
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/sparc/pid/
H A Dtst.embedded.s51 ALTENTRY(inner)
55 SET_SIZE(inner)
H A Dtst.embedded.d48 pid$1:a.out:inner:
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_bridge.c44 struct ifconfig_bridge_status inner; /* wrapped bridge status */ member in struct:_ifconfig_bridge_status
80 bridge->inner.params = &bridge->params;
87 bridge->inner.cache_size = cache_param.ifbrp_csize;
94 bridge->inner.cache_lifetime = cache_param.ifbrp_ctime;
124 bridge->inner.members = members.ifbic_req;
125 bridge->inner.members_count =
128 *bridgep = &bridge->inner;
/freebsd-current/contrib/bearssl/tools/
H A Dcerts.c167 (*xwc->inner)->start_chain(xwc->inner, server_name);
176 (*xwc->inner)->start_cert(xwc->inner, length);
185 (*xwc->inner)->append(xwc->inner, buf, len);
194 (*xwc->inner)->end_cert(xwc->inner);
204 r = (*xwc->inner)->end_chain(xwc->inner);
233 x509_noanchor_init(x509_noanchor_context *xwc, const br_x509_class **inner) argument
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/
H A Dtst.embedded.d48 pid$1:a.out:inner:
H A Dtst.embedded.s59 ALTENTRY(inner)
63 SET_SIZE(inner)
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_read_format_zip_nested.c30 char *p, *inner; local
50 /* Save contents of inner Zip. */
52 inner = calloc(innerLength, sizeof(char));
53 assertEqualInt(innerLength, archive_read_data(a, inner, innerLength));
69 /* Inspect inner Zip. */
72 assertEqualIntA(a, ARCHIVE_OK, read_open_memory_seek(a, inner, innerLength, 1));
85 free(inner);
/freebsd-current/crypto/openssl/util/
H A Dcheck-format-test-positives.c136 inner: /*@ inner label normal indent off by 1 */
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dnumeric.inc17 // [inner.product], inner product
/freebsd-current/sbin/ping/tests/
H A Dinjection.py57 # packet in packet (inner has options)
59 inner = IP( variable
69 echo_reply = outer/inner
/freebsd-current/crypto/openssl/test/
H A Dtls13encryptiontest.c37 * do not include the inner content type, but we require it.
204 size_t outer, inner, curr = 0; local
221 for (inner = 0; str[outer][inner] != 0; inner += 2) {
224 hi = OPENSSL_hexchar2int(str[outer][inner]);
225 lo = OPENSSL_hexchar2int(str[outer][inner + 1]);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daesfx-sparcv9.pl393 my ($rounds,$inner,$end,$inc,$ialign,$oalign,$mask) = map("%l$_",(0..7));
456 sub $rounds, 16*6, $inner
472 brnz,a $inner, .Lcbc_enc
473 sub $inner, 16*2, $inner
579 sub $rounds, 16*8, $inner
600 brnz,a $inner, .Lcbc_enc_unaligned
601 sub $inner, 16*2, $inner
663 sub $rounds, 16*6, $inner
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStackAddrEscapeChecker.cpp189 // and if the block has captured another "inner" block,
190 // the "inner" block will be copied as well.

Completed in 332 milliseconds

123