Home
last modified time | relevance | path

Searched refs:get_uint8 (Results 1 – 25 of 385) sorted by relevance

12345678910>>...16

/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/ast/
H A Ddeserializervisitor.hxx32 unsigned int get_uint8(void) in get_uint8() function in ast::DeserializeVisitor
39 unsigned int c0 = get_uint8(); in get_uint32()
40 unsigned int c1 = get_uint8(); in get_uint32()
60 return get_uint8() == 1; in get_bool()
111 int code = get_uint8(); in get_OpExp_Oper()
185 int code = get_uint8(); in get_TransposeExp_Kind()
237 int code = get_uint8(); in get_exp()
559 get_uint8(); in deserialize()
561 get_uint8(); in deserialize()
563 get_uint8(); in deserialize()
[all …]
/dports/dns/py-dnspython2/dnspython-2.1.0/tests/
H A Dtest_wire.py18 self.assertEqual(p.get_uint8(), 0x01)
23 self.assertEqual(p.get_uint8(), 0x02)
25 p.get_uint8()
62 self.assertEqual(p.get_uint8(), 3)
68 p.get_uint8()
79 v = p.get_uint8()
/dports/finance/electrum/Electrum-4.1.5/packages/dns/rdtypes/ANY/
H A DTLSA.py51 usage = tok.get_uint8()
52 selector = tok.get_uint8()
53 mtype = tok.get_uint8()
H A DAMTRELAY.py52 precedence = tok.get_uint8()
53 discovery_optional = tok.get_uint8()
57 relay_type = tok.get_uint8()
H A DSSHFP.py49 algorithm = tok.get_uint8()
50 fp_type = tok.get_uint8()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/rdtypes/ANY/
H A DTLSA.py51 usage = tok.get_uint8()
52 selector = tok.get_uint8()
53 mtype = tok.get_uint8()
H A DAMTRELAY.py52 precedence = tok.get_uint8()
53 discovery_optional = tok.get_uint8()
57 relay_type = tok.get_uint8()
/dports/security/snort3/snort3-3.1.19.0/src/main/
H A Dmodules.cc121 if ( v.get_uint8() ) in set()
884 sc->max_responses = v.get_uint8(); in set()
887 sc->min_interval = v.get_uint8(); in set()
1076 p->min_ttl = v.get_uint8(); in set()
1079 p->new_ttl = v.get_uint8(); in set()
1082 sc->num_layers = v.get_uint8(); in set()
1088 sc->max_ip_layers = v.get_uint8(); in set()
1153 switch ( v.get_uint8() ) in set()
1611 thdx.tracking = v.get_uint8() + 1; in set()
1714 thdx.tracking = v.get_uint8() + 1; in set()
[all …]
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/rdtypes/
H A Dtlsabase.py56 usage = tok.get_uint8()
57 selector = tok.get_uint8()
58 mtype = tok.get_uint8()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/rdtypes/ANY/
H A DTLSA.py58 usage = tok.get_uint8()
59 selector = tok.get_uint8()
60 mtype = tok.get_uint8()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/rdtypes/ANY/
H A DTLSA.py56 usage = tok.get_uint8()
57 selector = tok.get_uint8()
58 mtype = tok.get_uint8()
/dports/dns/py-dnspython/dnspython-1.16.0/dns/rdtypes/ANY/
H A DTLSA.py58 usage = tok.get_uint8()
59 selector = tok.get_uint8()
60 mtype = tok.get_uint8()
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/reputation/
H A Dreputation_module.cc133 conf->nested_ip = (NestedIP)v.get_uint8(); in set()
136 conf->priority = (IPdecision)(v.get_uint8() + 1); in set()
142 conf->allow_action = (AllowAction)v.get_uint8(); in set()
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/firmware/usrp2/lib/
H A Dbanal.h28 get_uint8(const unsigned char *s) in get_uint8() function
50 return get_uint8(s); in get_int8()
/dports/finance/electrum/Electrum-4.1.5/packages/dns/rdtypes/IN/
H A DIPSECKEY.py56 precedence = tok.get_uint8()
57 gateway_type = tok.get_uint8()
58 algorithm = tok.get_uint8()
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/rdtypes/ANY/
H A DAMTRELAY.py59 precedence = tok.get_uint8()
60 discovery_optional = tok.get_uint8()
64 relay_type = tok.get_uint8()
/dports/dns/py-dnspython2/dnspython-2.1.0/dns/rdtypes/IN/
H A DIPSECKEY.py58 precedence = tok.get_uint8()
59 gateway_type = tok.get_uint8()
60 algorithm = tok.get_uint8()
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/dns/rdtypes/IN/
H A DIPSECKEY.py56 precedence = tok.get_uint8()
57 gateway_type = tok.get_uint8()
58 algorithm = tok.get_uint8()
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/basic-modules/
H A Dpr6726.ml4 let get_uint8 str off = 33 function
16 B.get_uint8 x 0
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/basic-modules/
H A Dpr6726.ml4 let get_uint8 str off = 33 function
16 B.get_uint8 x 0
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/gtp/
H A Dgtp_module.cc147 stuff.version = v.get_uint8(); in set()
150 stuff.type = v.get_uint8(); in set()
153 stuff.length = v.get_uint8(); in set()
/dports/security/snort3/snort3-3.1.19.0/src/ips_options/
H A Dips_target.cc64 assert(v.get_uint8() <= TARGET_MAX); in set()
65 target = static_cast<Target>(v.get_uint8() + 1); in set()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dns/rdtypes/IN/
H A DIPSECKEY.py85 precedence = tok.get_uint8()
86 gateway_type = tok.get_uint8()
87 algorithm = tok.get_uint8()
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/dns/rdtypes/IN/
H A DIPSECKEY.py83 precedence = tok.get_uint8()
84 gateway_type = tok.get_uint8()
85 algorithm = tok.get_uint8()
/dports/dns/py-dnspython/dnspython-1.16.0/dns/rdtypes/IN/
H A DIPSECKEY.py85 precedence = tok.get_uint8()
86 gateway_type = tok.get_uint8()
87 algorithm = tok.get_uint8()

12345678910>>...16