/freebsd/contrib/bearssl/src/codec/ |
H A D | pemdec.t0 | 110 begin read8-native dup 0< ifnot ret then drop co again ; 120 begin read8 dup `\n <> while ws? ifnot 0 >r then repeat 131 dup data-get8 norm-upper dup ifnot 2drop -1 ret then 133 = ifnot drop skip-newline 0 ret then 145 over ifnot 2drop skip-newline 0 ret then 196 read8 dup ws? ifnot ret then 249 skip-newline-ws ifnot drop 3 ret then 261 drop skip-newline-ws ifnot 3 ret then 277 ifnot 281 "----END " match-string ifnot 3 send-event ret then [all …]
|
/freebsd/contrib/bearssl/src/x509/ |
H A D | asn1.t0 | 168 dup ifnot ERR_X509_INNER_TRUNC fail then 254 dup ifnot 0 -1 ret then 278 0x80 - dup ifnot ERR_X509_INDEFINITE_LENGTH fail then 316 = ifnot ERR_X509_UNEXPECTED fail then 322 ifnot ERR_X509_NOT_CONSTRUCTED fail then ; 326 = ifnot ERR_X509_UNEXPECTED fail then 409 between? ifnot drop 0 then 428 dup ifnot 2drop 0 -1 ret then 441 low-surrogate? ifnot rot 2drop 0 ret then 449 swap dup ifnot 2drop 0 0 ret then [all …]
|
H A D | x509_minimal.t0 | 656 dup ifnot ERR_X509_BAD_DN fail then 1012 read-boolean ifnot ERR_X509_NOT_CA fail then 1060 0x04 and ifnot ERR_X509_FORBIDDEN_KEY_USAGE fail then 1098 read-OID drop id-qt-cps eqOID ifnot 1224 ifnot ERR_X509_DN_MISMATCH fail then 1235 read-OID ifnot ERR_X509_UNSUPPORTED fail then 1272 read-OID ifnot ERR_X509_UNSUPPORTED fail then 1416 -1 = ifnot ERR_X509_UNEXPECTED fail then 1427 eename zero-server-name or ifnot 1443 ee seenBC or ifnot ERR_X509_NOT_CA fail then [all …]
|
H A D | skey_decoder.t0 | 163 dup ifnot ERR_X509_UNEXPECTED fail then 249 curve ifnot ERR_X509_UNSUPPORTED fail then 262 read-OID ifnot ERR_X509_UNSUPPORTED fail then
|
H A D | x509_decoder.t0 | 198 read-OID ifnot ERR_X509_UNSUPPORTED fail then 276 -1 = ifnot ERR_X509_UNEXPECTED fail then
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_client.t0 | 447 total-ext-length ifnot swap 2+ swap 2- then 479 dup suite-supported? ifnot ERR_BAD_CIPHER_SUITE fail then 556 ext-padding-amount 0< ifnot 579 read16 1 = ifnot ERR_BAD_FRAGLEN fail then 580 read8 8 + addr-log_max_frag_len get8 = ifnot ERR_BAD_FRAGLEN fail then ; 589 addr-reneg get8 ifnot 593 1 = ifnot ERR_BAD_SECRENEG fail then 594 read8 0 = ifnot ERR_BAD_SECRENEG fail then 601 25 = ifnot ERR_BAD_SECRENEG fail then 602 read8 24 = ifnot ERR_BAD_SECRENEG fail then [all …]
|
H A D | ssl_hs_server.t0 | 493 1 = ifnot ERR_BAD_SECRENEG fail then 500 13 = ifnot ERR_BAD_SECRENEG fail then 501 read8 12 = ifnot ERR_BAD_SECRENEG fail then 503 addr-saved_finished addr-pad 12 memcmp ifnot 548 addr-protocol_names_num get16 ifnot read-ignore-16 ret then 618 1 = ifnot ERR_UNEXPECTED fail then 624 read-handshake-header 1 = ifnot ERR_UNEXPECTED fail then 721 read8 ifnot -1 >ok-compression then 827 addr-reneg get8 ifnot 1 addr-reneg set8 then 830 ok-compression ifnot 40 fail-alert then [all …]
|
H A D | ssl_hs_common.t0 | 302 addr-close_received get8 ifnot 392 dup ifnot 531 read8-native dup 0< ifnot ret then 845 dup ifnot 2drop 0 ret then 1099 addr-pad dup 12 + 12 memcmp ifnot ERR_BAD_FINISHED fail then ; 1107 dup addr-saved_finished swap ifnot 12 + then swap 1312 read-handshake-header 11 = ifnot ERR_UNEXPECTED fail then
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.h | 95 uint8_t ifnot; member 231 uint8_t ifnot; member
|
H A D | libpfctl.c | 780 rule->ifnot = nvlist_get_number(nvl, "ifnot"); in pf_nvrule_to_rule() 857 rule->ifnot = nvlist_get_bool(nvl, "ifnot"); in pfctl_nveth_rule_to_eth_rule() 1026 nvlist_add_bool(nvl, "ifnot", r->ifnot); in pfctl_add_eth_rule() 1264 snl_add_msg_attr_u8(nw, PF_RT_IF_NOT, r->ifnot); in snl_add_msg_attr_pf_rule() 1627 { .type = PF_RT_IF_NOT, .off = _OUT(r.ifnot), .cb = snl_attr_get_uint8 },
|
/freebsd/sys/netpfil/pf/ |
H A D | pf_nv.c | 606 PFNV_CHK(pf_nvuint8(nvl, "ifnot", &rule->ifnot)); in pf_nvrule_to_krule() 788 nvlist_add_number(nvl, "ifnot", rule->ifnot); in pf_krule_to_nvrule() 1063 nvlist_add_bool(nvl, "ifnot", krule->ifnot); in pf_keth_rule_to_nveth_rule() 1162 PFNV_CHK(pf_nvbool(nvl, "ifnot", &krule->ifnot)); in pf_nveth_rule_to_keth_rule()
|
H A D | pf_norm.c | 1082 if (pfi_kkif_match(r->kif, pd->kif) == r->ifnot) in pf_normalize_ip() 1236 if (pfi_kkif_match(r->kif, pd->kif) == r->ifnot) in pf_normalize_ip6() 1308 if (pfi_kkif_match(r->kif, pd->kif) == r->ifnot) in pf_normalize_tcp() 2112 if (pfi_kkif_match(r->kif, pd->kif) == r->ifnot) in pf_normalize_sctp()
|
H A D | pf.h | 562 u_int8_t ifnot; member
|
H A D | pf_lb.c | 160 if (pfi_kkif_match(r->kif, pd->kif) == r->ifnot) in pf_match_translation()
|
H A D | pf_nl.c | 709 { .type = PF_RT_IF_NOT, .off = _OUT(ifnot), .cb = nlattr_get_uint8 }, 955 nlattr_add_u8(nw, PF_RT_IF_NOT, rule->ifnot); in pf_handle_getrule()
|
H A D | pf_ioctl.c | 850 if (cur->kif != prev->kif || cur->ifnot != prev->ifnot) in pf_eth_calc_skip_steps() 1326 PF_MD5_UPD(rule, ifnot); in pf_hash_rule_rolling() 2007 krule->ifnot = rule->ifnot; in pf_rule_to_krule()
|
H A D | pf.c | 2958 if (cur->kif != prev->kif || cur->ifnot != prev->ifnot) in pf_calc_skip_steps() 4679 if (pfi_kkif_match(r->kif, kif) == r->ifnot) { in pf_test_eth_rule() 5123 PF_TEST_ATTRIB(pfi_kkif_match(r->kif, pd->kif) == r->ifnot, in pf_test_rule()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | CommentCommands.td | 284 // We might also build proper support for if/ifnot/else/elseif/endif. 286 def IfNot : VerbatimLineCommand<"ifnot">;
|
/freebsd/sbin/pfctl/ |
H A D | pfctl_optimize.c | 152 PF_RULE_FIELD(ifnot, NOMERGE), 1126 return (a->ifnot != b->ifnot); in skip_cmp_ifp()
|
H A D | pfctl_parser.c | 786 if (r->ifnot) in print_eth_rule() 931 if (r->ifnot) in print_rule()
|
H A D | parse.y | 4943 binat.ifnot = $4->not; 5999 r->ifnot = interface->not; in expand_eth_rule() 6134 r->ifnot = interface->not; in expand_rule()
|
/freebsd/contrib/bearssl/T0/ |
H A D | kern.t0 | 146 : ufnot 1+ postpone ifnot ; immediate
|
/freebsd/sys/net/ |
H A D | pfvar.h | 733 bool ifnot; member 838 u_int8_t ifnot; member
|