/external/scapy/scapy/layers/tls/ |
D | basefields.py | 55 def i2h(self, pkt, x): argument 63 def i2m(self, pkt, x): argument 78 def i2h(self, pkt, x): argument 88 def i2m(self, pkt, x): argument 100 def i2repr(self, pkt, x): argument 122 def i2len(self, pkt, i): argument 134 def i2m(self, pkt, x): argument 137 def addfield(self, pkt, s, val): argument 140 def getfield(self, pkt, s): argument 150 def i2repr(self, pkt, x): argument [all …]
|
D | handshake.py | 155 def i2h(self, pkt, x): argument 160 def i2m(self, pkt, x): argument 165 def i2repr(self, pkt, x): argument 192 def any2i_one(self, pkt, x): argument 199 def i2repr_one(self, pkt, x): argument 203 def any2i(self, pkt, x): argument 210 def i2repr(self, pkt, x): argument 220 def i2m(self, pkt, val): argument 225 def m2i(self, pkt, m): argument 233 def i2len(self, pkt, i): argument [all …]
|
D | handshake_sslv2.py | 88 def i2m(self, pkt, val): argument 94 def m2i(self, pkt, m): argument 138 def getfield(self, pkt, s): argument 150 def i2len(self, pkt, i): argument 155 def i2m(self, pkt, i): argument 210 def i2m(self, pkt, val): argument 216 def addfield(self, pkt, s, val): argument 219 def m2i(self, pkt, m): argument 222 def getfield(self, pkt, s): argument 227 def i2repr(self, pkt, x): argument [all …]
|
/external/scapy/scapy/layers/ |
D | smbserver.py | 338 def send(self, pkt): argument 346 def received_negotiate(self, pkt): argument 351 def received_negotiate_smb2_begin(self, pkt): argument 357 def on_negotiate_smb2_begin(self, pkt): argument 361 def on_negotiate(self, pkt): argument 541 def update_smbheader(self, pkt): argument 570 def received_negotiate_smb2(self, pkt): argument 575 def on_negotiate_smb2(self, pkt): argument 579 def receive_setup_andx_request(self, pkt): argument 602 def on_setup_andx_request(self, pkt, ssp_blob): argument [all …]
|
D | dcerpc.py | 185 def _dce_rpc_endianness(pkt): argument 556 def default_payload_class(self, pkt): argument 602 def default_payload_class(self, pkt): argument 631 def default_payload_class(self, pkt): argument 650 def default_payload_class(self, pkt): argument 665 pkt, argument 854 def post_build(self, pkt, pay): argument 881 def answers(self, pkt): argument 1333 def default_payload_class(self, pkt): argument 1381 def padlen(self, flen, pkt): argument [all …]
|
D | tftp.py | 69 def extract_padding(self, pkt): argument 150 def master_filter(self, pkt): argument 177 def receive_data(self, pkt): argument 185 def receive_error(self, pkt): argument 205 def RECEIVING(self, pkt): argument 218 def ERROR(self, pkt): argument 243 def master_filter(self, pkt): argument 271 def received_ack(self, pkt): argument 279 def received_error(self, pkt): argument 303 def ERROR(self, pkt): argument [all …]
|
D | dns.py | 238 def dns_compress(pkt): argument 338 def any2i(self, pkt, x): argument 343 def h2i(self, pkt, x): argument 358 def i2m(self, pkt, x): argument 361 def i2len(self, pkt, x): argument 364 def get_full(self, pkt): argument 371 def getfield(self, pkt, s): argument 388 def i2h(self, pkt, x): argument 393 def m2i(self, pkt, s): argument 409 def any2i(self, pkt, x): argument [all …]
|
/external/mesa3d/src/freedreno/common/ |
D | freedreno_pm4.h | 79 #define pkt_is_type0(pkt) (((pkt)&0XC0000000) == CP_TYPE0_PKT) argument 80 #define type0_pkt_size(pkt) ((((pkt) >> 16) & 0x3FFF) + 1) argument 81 #define type0_pkt_offset(pkt) ((pkt)&0x7FFF) argument 83 #define pkt_is_type2(pkt) ((pkt) == CP_TYPE2_PKT) argument 85 #define pkt_is_type3(pkt) \ argument 88 #define cp_type3_opcode(pkt) (((pkt) >> 8) & 0xFF) argument 89 #define type3_pkt_size(pkt) ((((pkt) >> 16) & 0x3FFF) + 1) argument 100 #define pkt_is_type4(pkt) \ argument 106 #define type4_pkt_offset(pkt) (((pkt) >> 8) & 0x7FFFF) argument 107 #define type4_pkt_size(pkt) ((pkt)&0x7F) argument [all …]
|
/external/scapy/scapy/ |
D | fields.py | 183 pkt, # type: Packet argument 192 def i2count(self, pkt, x): argument 198 def h2i(self, pkt, x): argument 203 def i2h(self, pkt, x): argument 208 def m2i(self, pkt, x): argument 213 def i2m(self, pkt, x): argument 222 def any2i(self, pkt, x): argument 227 def i2repr(self, pkt, x): argument 232 def addfield(self, pkt, s, val): argument 249 def getfield(self, pkt, s): argument [all …]
|
D | asn1fields.py | 123 def i2repr(self, pkt, x): argument 127 def i2h(self, pkt, x): argument 131 def m2i(self, pkt, s): argument 162 def i2m(self, pkt, x): argument 180 def any2i(self, pkt, x): argument 202 def build(self, pkt): argument 206 def dissect(self, pkt, s): argument 224 def set_val(self, pkt, val): argument 228 def is_empty(self, pkt): argument 297 pkt, # type: ASN1_Packet argument [all …]
|
/external/scapy/scapy/contrib/ |
D | coap.py | 98 def _get_delta_ext_size(pkt): argument 102 def _get_len_ext_size(pkt): argument 116 def _get_opt_val_size(pkt): argument 151 def i2h(self, pkt, x): argument 155 def getfield(self, pkt, s): argument 162 def m2i(self, pkt, x): argument 174 def i2m(self, pkt, x): argument 196 def i2h(self, pkt, x): argument 199 def getfield(self, pkt, s): argument 203 def m2i(self, pkt, x): argument [all …]
|
D | ldp.py | 74 def m2i(self, pkt, x): argument 94 def i2m(self, pkt, x): argument 118 def getfield(self, pkt, s): argument 126 def m2i(self, pkt, x): argument 129 def i2m(self, pkt, x): argument 141 def getfield(self, pkt, s): argument 151 def m2i(self, pkt, x): argument 161 def i2m(self, pkt, x): argument 177 def getfield(self, pkt, s): argument 189 def m2i(self, pkt, x): argument [all …]
|
D | eigrp.py | 62 def h2i(self, pkt, x): argument 65 def i2m(self, pkt, x): argument 78 def m2i(self, pkt, x): argument 102 def i2len(self, pkt, x): argument 107 def getfield(self, pkt, s): argument 131 def any2i(self, pkt, x): argument 134 def i2repr(self, pkt, x): argument 137 def h2i(self, pkt, x): argument 140 def i2m(self, pkt, x): argument 147 def m2i(self, pkt, x): argument [all …]
|
/external/scapy/scapy/contrib/scada/iec104/ |
D | iec104_fields.py | 44 def i2repr(self, pkt, x): argument 51 def i2h(self, pkt, x): argument 75 def addfield(self, pkt, s, val): argument 79 def getfield(self, pkt, s): argument 102 def addfield(self, pkt, s, val): argument 108 def getfield(self, pkt, s): argument 127 def m2i(self, pkt, x): argument 134 def i2m(self, pkt, x): argument
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-parse-srv.cc | 11 DNSPacket pkt; in TEST_F() local 39 DNSPacket pkt; in TEST_F() local 97 DNSPacket pkt; in TEST_F() local 143 DNSPacket pkt; in TEST_F() local 171 DNSPacket pkt; in TEST_F() local 218 DNSPacket pkt; in TEST_F() local 272 DNSPacket pkt; in TEST_F() local
|
D | ares-test-parse-uri.cc | 11 DNSPacket pkt; in TEST_F() local 39 DNSPacket pkt; in TEST_F() local 97 DNSPacket pkt; in TEST_F() local 143 DNSPacket pkt; in TEST_F() local 171 DNSPacket pkt; in TEST_F() local 218 DNSPacket pkt; in TEST_F() local 272 DNSPacket pkt; in TEST_F() local
|
D | ares-test-parse-ptr.cc | 12 DNSPacket pkt; in TEST_F() local 30 DNSPacket pkt; in TEST_F() local 64 DNSPacket pkt; in TEST_F() local 79 DNSPacket pkt; in TEST_F() local 103 DNSPacket pkt; in TEST_F() local 127 DNSPacket pkt; in TEST_F() local 198 DNSPacket pkt; in TEST_F() local 218 DNSPacket pkt; in TEST_F() local
|
D | ares-test-parse-a.cc | 11 DNSPacket pkt; in TEST_F() local 120 DNSPacket pkt; in TEST_F() local 147 DNSPacket pkt; in TEST_F() local 168 DNSPacket pkt; in TEST_F() local 187 DNSPacket pkt; in TEST_F() local 219 DNSPacket pkt; in TEST_F() local 244 DNSPacket pkt; in TEST_F() local 272 DNSPacket pkt; in TEST_F() local 357 DNSPacket pkt; in TEST_F() local
|
D | ares-test-parse-ns.cc | 11 DNSPacket pkt; in TEST_F() local 27 DNSPacket pkt; in TEST_F() local 50 DNSPacket pkt; in TEST_F() local 102 DNSPacket pkt; in TEST_F() local
|
D | ares-test-parse-aaaa.cc | 11 DNSPacket pkt; in TEST_F() local 41 DNSPacket pkt; in TEST_F() local 76 DNSPacket pkt; in TEST_F() local 97 DNSPacket pkt; in TEST_F() local 170 DNSPacket pkt; in TEST_F() local
|
/external/scapy/scapy/modules/krack/ |
D | automaton.py | 378 def send_ether_over_wpa(self, pkt, **kwargs): argument 391 def deal_common_pkt(self, pkt): argument 480 def probe_request_received(self, pkt): argument 488 def send_probe_response(self, pkt): argument 493 def authent_received(self, pkt): argument 501 def send_auth_response(self, pkt): argument 518 def assoc_received(self, pkt): argument 524 def send_assoc_response(self, pkt): argument 568 def wpa_handshake_1_sent(self, pkt): argument 579 def send_wpa_handshake_3(self, pkt): argument [all …]
|
/external/scapy/scapy/contrib/scada/ |
D | pcom.py | 84 def post_build(self, pkt, pay): argument 109 def i2repr(self, pkt, x): argument 131 def post_build(self, pkt, pay): argument 149 def post_build(self, pkt, pay): argument 170 def post_build(self, pkt, pay): argument 181 def i2repr(self, pkt, x): argument
|
/external/scapy/scapy/contrib/rtps/ |
D | common_types.py | 42 def is_le(pkt): argument 50 def e_flags(pkt): argument 69 def set_endianness(self, pkt): argument 88 def getfield(self, pkt, buf): argument 92 def addfield(self, pkt, buf, val): argument 125 def set_endianness(self, pkt): argument 131 def m2i(self, pkt, m): argument 135 def i2m(self, pkt, m): argument 162 def m2i(self, pkt, m): argument 181 def getfield(self, pkt, s): argument
|
/external/scapy/scapy/modules/ |
D | p0fv2.py | 121 def packet2p0f(pkt): argument 292 def p0f(pkt): argument 314 def prnp0f(pkt): argument 343 def pkt2uptime(pkt, HZ=100): argument 361 def p0f_impersonate(pkt, osgenre=None, osdetails=None, signature=None, argument
|
/external/rust/android-crates-io/crates/gdbstub/src/protocol/commands/ |
D | _vRun.rs | 50 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_foobarbaz() localVariable 61 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_noname() localVariable 72 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_noargs() localVariable 83 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_args() localVariable
|