| /freebsd/sys/netinet/ |
| H A D | ip_ecn.c | 94 ip_ecn_ingress(int mode, uint8_t *outer, const uint8_t *inner) in ip_ecn_ingress() argument 97 if (!outer || !inner) in ip_ecn_ingress() 100 *outer = *inner; in ip_ecn_ingress() 108 *outer &= ~IPTOS_ECN_ECT1; in ip_ecn_ingress() 114 *outer &= ~IPTOS_ECN_MASK; in ip_ecn_ingress() 126 ip_ecn_egress(int mode, const uint8_t *outer, uint8_t *inner) in ip_ecn_egress() argument 129 if (!outer || !inner) in ip_ecn_egress() 138 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) { in ip_ecn_egress() 149 if ((*outer & IPTOS_ECN_MASK) == IPTOS_ECN_CE) in ip_ecn_egress() 160 ip6_ecn_ingress(int mode, uint32_t *outer, const uint32_t *inner) in ip6_ecn_ingress() argument [all …]
|
| H A D | tcp_lro_hpts.c | 291 lro_type = le->outer.data.lro_type; in do_bpf_strip_and_compress() 294 tcp_hdr_offset -= sizeof(*le->outer.ip4); in do_bpf_strip_and_compress() 296 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 297 le->outer.ip4, NULL); in do_bpf_strip_and_compress() 300 tcp_hdr_offset -= sizeof(*le->outer.ip6); in do_bpf_strip_and_compress() 302 IP_PROBE(receive, NULL, NULL, le->outer.ip6, lc->ifp, in do_bpf_strip_and_compress() 303 NULL, le->outer.ip6); in do_bpf_strip_and_compress() 310 switch (le->outer.data.lro_type) { in do_bpf_strip_and_compress() 312 IP_PROBE(receive, NULL, NULL, le->outer.ip4, lc->ifp, in do_bpf_strip_and_compress() 313 le->outer.ip4, NULL); in do_bpf_strip_and_compress() [all …]
|
| H A D | tcp_lro.c | 800 csum = tcp_lro_update_checksum(&le->outer, NULL, in tcp_flush_out_entry() 806 if (__predict_false(le->outer.data.lro_flags & LRO_FLAG_DECRYPTED)) in tcp_flush_out_entry() 813 csum = tcp_lro_update_checksum(&le->outer, NULL, in tcp_flush_out_entry() 819 if (__predict_false(le->outer.data.lro_flags & LRO_FLAG_DECRYPTED)) in tcp_flush_out_entry() 823 switch (le->outer.data.lro_type) { in tcp_flush_out_entry() 825 csum = tcp_lro_update_checksum(&le->outer, le, in tcp_flush_out_entry() 831 if (__predict_false(le->outer.data.lro_flags & LRO_FLAG_DECRYPTED)) in tcp_flush_out_entry() 835 csum = tcp_lro_update_checksum(&le->outer, le, in tcp_flush_out_entry() 841 if (__predict_false(le->outer.data.lro_flags & LRO_FLAG_DECRYPTED)) in tcp_flush_out_entry() 920 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 | 180 size_t outer, inner, curr = 0; 185 for (outer = 0; outer < 3; outer++) { 186 totlen += strlen(str[outer]); 196 for (outer = 0; outer < 3; outer++) { 197 for (inner = 0; str[outer][inner] != 0; inner += 2) { 200 hi = OPENSSL_hexchar2int(str[outer][inne 206 size_t outer, inner, curr = 0; multihexstr2buf() local [all...] |
| /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 | directive-for.mk | 114 .for i in outer 164 var= outer 282 .for outer in o
|
| 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.exp | 1 make: directive-for.mk:117: outer 30 For: loop body with outer = o:
|
| H A D | directive-for-lines.mk | 18 .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/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-riscv32-zkn.pl | 203 sub outer { subroutine 222 return outer(\&aes32esmi, @_) 226 return outer(\&aes32esi, @_) 230 return outer(\&aes32dsmi, @_) 234 return outer(\&aes32dsi, @_)
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | t.break3 | 7 print "outer", i, j
|
| /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/bin/sh/tests/builtins/ |
| H A D | break5.4 | 4 # In some uncommitted code, the subshell environment corrupted the outer
|
| /freebsd/crypto/krb5/src/util/et/ |
| H A D | texinfo.tex | 252 \outer\def\begin{\parsearg\beginxxx} 376 \outer\def\ifset{\parsearg\ifsetxxx} 381 \outer\def\ifclear{\parsearg\ifclearxxx} 760 % except not \outer, so it can be used within \newindex. 953 \outer\def\initial #1{% 959 \outer\def\entry #1#2{ 1032 \outer\def\chapter{\parsearg\chapterzzz} 1045 \outer\def\appendix{\parsearg\appendixzzz} 1058 \outer\def\unnumbered{\parsearg\unnumberedzzz} 1071 \outer\def\section{\parsearg\sectionzzz} [all …]
|
| /freebsd/crypto/openssl/util/ |
| H A D | check-format-test-positives.c | |