/freebsd/sys/netinet/ |
H A D | ip_ecn.c | 95 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner) in ip_ecn_ingress() argument 98 if (!outer || !inner) in ip_ecn_ingress() 101 *outer = *inner; in ip_ecn_ingress() 109 *outer &= ~IPTOS_ECN_ECT1; in ip_ecn_ingress() 115 *outer &= ~IPTOS_ECN_MASK; in ip_ecn_ingress() 127 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner) in ip_ecn_egress() argument 130 if (!outer || !inner) in ip_ecn_egress() 139 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) { in ip_ecn_egress() 150 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ip_ecn_egress() 161 ip6_ecn_ingress(int mode, u_int32_t *outer, const u_int32_t *inner) in ip6_ecn_ingress() argument [all …]
|
H A D | tcp_lro_hpts.c | 289 lro_type = le->outer.data.lro_type; in do_bpf_strip_and_compress() 292 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress() 294 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 295 le->outer.ip4, NULL); in do_bpf_strip_and_compress() 298 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress() 300 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress() 301 NULL, le->outer.ip6); in do_bpf_strip_and_compress() 308 switch (le->outer.data.lro_type) { in do_bpf_strip_and_compress() 310 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 311 le->outer.ip4, NULL); in do_bpf_strip_and_compress() [all …]
|
H A D | tcp_lro.c | 801 csum = tcp_lro_update_checksum(&le->outer, NULL, in tcp_flush_out_entry() 807 if (__predict_false(le->outer.data.lro_flags & LRO_FLAG_DECRYPTED)) in tcp_flush_out_entry() 814 csum = tcp_lro_update_checksum(&le->outer, NULL, in tcp_flush_out_entry() 820 if (__predict_false(le->outer.data.lro_flags & LRO_FLAG_DECRYPTED)) in tcp_flush_out_entry() 824 switch (le->outer.data.lro_type) { in tcp_flush_out_entry() 826 csum = tcp_lro_update_checksum(&le->outer, le, in tcp_flush_out_entry() 832 if (__predict_false(le->outer.data.lro_flags & LRO_FLAG_DECRYPTED)) in tcp_flush_out_entry() 836 csum = tcp_lro_update_checksum(&le->outer, le, in tcp_flush_out_entry() 842 if (__predict_false(le->outer.data.lro_flags & LRO_FLAG_DECRYPTED)) in tcp_flush_out_entry() 921 pa = tcp_lro_parser(m, &le->outer, &le->inner, false); in tcp_push_and_replace() [all …]
|
/freebsd/contrib/netbsd-tests/net/if_gif/ |
H A D | t_gif.sh | 123 outer=${2} 144 if [ ${outer} = "ipv6" ]; then 160 outer=${2} 177 if [ ${outer} = "ipv6" ]; then 218 outer=${2} 235 if [ ${outer} = "ipv6" ]; then 254 if [ $outer = "ipv6" ]; then 329 outer=${2} 343 if [ ${outer} = "ipv6" ]; then 360 if [ $outer = "ipv6" ]; then [all …]
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/translators/ |
H A D | tst.TranslateSelf.d | 53 struct output_struct outer; 61 outer = xlate < struct output_struct > (out); 63 printf("outer.myi: %d\t outer.myc: %c\n", outer.myi, outer.myc); 67 /(1234 != outer.myi) || ('a' != outer.myc)/ 73 /(1234 == outer.myi) && ('a' == outer.myc)/
|
/freebsd/crypto/openssl/test/ |
H A D | tls13encryptiontest.c | 204 size_t outer, inner, curr = 0; in multihexstr2buf() local 209 for (outer = 0; outer < 3; outer++) { in multihexstr2buf() 210 totlen += strlen(str[outer]); in multihexstr2buf() 220 for (outer = 0; outer < 3; outer++) { in multihexstr2buf() 221 for (inner = 0; str[outer][inner] != 0; inner += 2) { in multihexstr2buf() 224 hi = OPENSSL_hexchar2int(str[outer][inner]); in multihexstr2buf() 225 lo = OPENSSL_hexchar2int(str[outer][inner + 1]); in multihexstr2buf()
|
/freebsd/contrib/libcxxrt/ |
H A D | dynamic_cast.cc | 51 unsigned int outer) const in __do_catch() 68 unsigned int outer) const in __do_catch() 80 if (!(outer & 1)) in __do_catch() 89 outer &= ~1; in __do_catch() 107 return __pointee->__do_catch(ptr_type->__pointee, exception_object, outer); in __do_catch()
|
H A D | typeinfo.h | 92 unsigned outer) const; 289 unsigned outer) const;
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-for-break.mk | 23 .for outer in o1 o2 o3 25 . if ${outer} == o2 && ${inner} == i2 28 COMBINED+= ${outer}-${inner}
|
H A D | opt-debug-for.mk | 19 .for outer in a b 21 VAR.${outer}${inner}= value
|
H A D | opt-debug-for.exp | 4 For: loop body with outer = a: 13 For: loop body with outer = b:
|
H A D | directive-for.mk | 114 .for i in outer 164 var= outer 289 .for outer in o
|
H A D | directive-for.exp | 1 make: "directive-for.mk" line 117: outer 35 For: loop body with outer = o:
|
H A D | directive-for-lines.mk | 10 .for outer in a b
|
H A D | varmod-remember.mk | 73 OUTER= ${outer:L:_:@o@$o ${INNER} outer_='$_'@}
|
/freebsd/crypto/openssl/crypto/bn/asm/ |
H A D | armv4-mont.pl | 310 my ($tinptr,$toutptr,$inner,$outer,$bnptr)=map("r$_",(6..11)); 358 sub $outer,$num,#1 397 subs $outer,$outer,#1 470 mov $outer,$num 631 subs $outer,$outer,#8
|
H A D | bn-c64xplus.asm | 231 || MVK 8,A0 ; M, outer loop counter 263 outer?: ; m*2*(n+1)+10 271 [A0] BNOP.S1 outer?,4 275 ;; end of outer?
|
/freebsd/sbin/ping/tests/ |
H A D | injection.py | 64 outer = IP( variable 69 echo_reply = outer/inner
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | eap_testing.txt | 255 Note: Needed to use unknown identity in outer auth and some times the server 263 Using 1300 for outer auth and 500 for inner auth seemed to work. 264 Note: Needed to use unknown identity in outer auth and some times the server 276 Using 1300 for outer auth and 500 for inner auth seemed to work. 362 keys with outer EAP-Success message after this 368 keys with outer EAP-Success message after this 373 - uses TLV Success and Reply, sends MPPE keys with outer EAP-Success message 390 keys with outer EAP-Success message after this
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | t.break3 | 7 print "outer", i, j
|
/freebsd/bin/sh/tests/builtins/ |
H A D | break5.4 | 4 # In some uncommitted code, the subshell environment corrupted the outer
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | RewriteRule.h | 257 inline EditGenerator shrinkTo(RangeSelector outer, RangeSelector inner) { in shrinkTo() argument 258 return editList({remove(enclose(before(outer), before(inner))), in shrinkTo() 259 remove(enclose(after(inner), after(outer)))}); in shrinkTo()
|
/freebsd/crypto/openssl/util/ |
H A D | check-format-test-positives.c | 134 outer: /*@ outer label special indent off by 1 */
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | arm-realview-eb-mp.dtsi | 75 * since th outer sync operation can cause the 83 arm,outer-sync-disable;
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DSA_generate_parameters.pod | 70 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop 89 B<BN_GENCB_call(cb, 1, i)> is called in the outer loop
|