Home
last modified time | relevance | path

Searched defs:pkt (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/external/scapy/scapy/layers/tls/
Dbasefields.py50 def i2h(self, pkt, x): argument
58 def i2m(self, pkt, x): argument
72 def i2h(self, pkt, x): argument
82 def i2m(self, pkt, x): argument
94 def i2repr(self, pkt, x): argument
115 def i2len(self, pkt, i): argument
127 def i2m(self, pkt, x): argument
130 def addfield(self, pkt, s, val): argument
133 def getfield(self, pkt, s): argument
143 def i2repr(self, pkt, x): argument
[all …]
Dhandshake.py114 def i2h(self, pkt, x): argument
120 def i2repr(self, pkt, x): argument
146 def any2i_one(self, pkt, x): argument
154 def i2repr_one(self, pkt, x): argument
158 def any2i(self, pkt, x): argument
165 def i2repr(self, pkt, x): argument
175 def i2m(self, pkt, val): argument
180 def m2i(self, pkt, m): argument
188 def i2len(self, pkt, i): argument
196 def any2i_one(self, pkt, x): argument
[all …]
Dhandshake_sslv2.py85 def i2m(self, pkt, val): argument
91 def m2i(self, pkt, m): argument
135 def getfield(self, pkt, s): argument
145 def i2len(self, pkt, i): argument
150 def i2m(self, pkt, i): argument
205 def i2m(self, pkt, val): argument
211 def addfield(self, pkt, s, val): argument
214 def m2i(self, pkt, m): argument
217 def getfield(self, pkt, s): argument
221 def i2repr(self, pkt, x): argument
[all …]
Drecord_sslv2.py30 length_from=lambda pkt: ((pkt.len & 0x7fff) - argument
35 def m2i(self, pkt, m): argument
46 def i2m(self, pkt, p): argument
59 def addfield(self, pkt, s, val): argument
203 def post_build(self, pkt, pay): argument
/external/mesa3d/src/freedreno/decode/
Dcffdec.h101 #define pkt_is_type0(pkt) (((pkt) & 0XC0000000) == CP_TYPE0_PKT) argument
102 #define type0_pkt_size(pkt) ((((pkt) >> 16) & 0x3FFF) + 1) argument
103 #define type0_pkt_offset(pkt) ((pkt) & 0x7FFF) argument
105 #define pkt_is_type2(pkt) ((pkt) == CP_TYPE2_PKT) argument
120 #define pkt_is_type3(pkt) \ argument
124 #define cp_type3_opcode(pkt) (((pkt) >> 8) & 0xFF) argument
125 #define type3_pkt_size(pkt) ((((pkt) >> 16) & 0x3FFF) + 1) argument
127 #define pkt_is_type4(pkt) \ argument
134 #define type4_pkt_offset(pkt) (((pkt) >> 8) & 0x7FFFF) argument
135 #define type4_pkt_size(pkt) ((pkt) & 0x7F) argument
[all …]
/external/scapy/scapy/contrib/
Dcoap.py110 def _get_delta_ext_size(pkt): argument
114 def _get_len_ext_size(pkt): argument
128 def _get_opt_val_size(pkt): argument
163 def i2h(self, pkt, x): argument
167 def getfield(self, pkt, s): argument
174 def m2i(self, pkt, x): argument
186 def i2m(self, pkt, x): argument
207 def i2h(self, pkt, x): argument
210 def getfield(self, pkt, s): argument
214 def m2i(self, pkt, x): argument
[all …]
Dppi_geotag.py41 def i2h(self, pkt, x): argument
51 def h2i(self, pkt, x): argument
61 def i2m(self, pkt, x): argument
68 def i2repr(self,pkt,x): argument
75 def i2h(self, pkt, x): argument
85 def h2i(self, pkt, x): argument
95 def i2m(self, pkt, x): argument
101 def i2repr(self,pkt,x): argument
109 def i2h(self, pkt, x): argument
119 def h2i(self, pkt, x): argument
[all …]
Deigrp.py69 def h2i(self, pkt, x): argument
72 def i2m(self, pkt, x): argument
85 def m2i(self, pkt, x): argument
109 def i2len(self, pkt, x): argument
114 def getfield(self, pkt, s): argument
137 def any2i(self, pkt, x): argument
140 def i2repr(self, pkt, x): argument
143 def h2i(self, pkt, x): argument
146 def i2m(self, pkt, x): argument
153 def m2i(self, pkt, x): argument
[all …]
Dldp.py63 def m2i(self, pkt, x): argument
83 def i2m(self, pkt, x): argument
103 def getfield(self, pkt, s): argument
111 def m2i(self, pkt, x): argument
113 def i2m(self, pkt, x): argument
123 def getfield(self, pkt, s): argument
132 def m2i(self, pkt, x): argument
141 def i2m(self, pkt, x): argument
153 def getfield(self, pkt, s): argument
162 def m2i(self, pkt, x): argument
[all …]
Dsend.py41 def h2i(self, pkt, x): argument
50 def i2m(self, pkt, x): argument
52 def m2i(self, pkt, x): argument
54 def any2i(self, pkt, x): argument
56 def i2repr(self, pkt, x): argument
Dhttp2.py82 def addfield(self, pkt, s, val): argument
95 def getfield(self, pkt, s): argument
114 def h2i(self, pkt, x): argument
126 def i2h(self, pkt, x): argument
138 def m2i(self, pkt, x): argument
150 def i2m(self, pkt, x): argument
162 def any2i(self, pkt, x): argument
211 def h2i(self, pkt, x): argument
222 def i2h(self, pkt, x): argument
281 def m2i(self, pkt, x): argument
[all …]
Dbgp.py110 def h2i(self, pkt, h): argument
115 def i2h(self, pkt, i): argument
121 def i2repr(self, pkt, i): argument
124 def i2len(self, pkt, i): argument
128 def i2m(self, pkt, i): argument
135 def addfield(self, pkt, s, val): argument
138 def getfield(self, pkt, s): argument
142 def m2i(self, pkt, m): argument
156 def h2i(self, pkt, h): argument
161 def i2h(self, pkt, i): argument
[all …]
/external/scapy/scapy/
Dfields.py49 def i2len(self, pkt, x): argument
52 def i2count(self, pkt, x): argument
56 def h2i(self, pkt, x): argument
59 def i2h(self, pkt, x): argument
62 def m2i(self, pkt, x): argument
65 def i2m(self, pkt, x): argument
72 def any2i(self, pkt, x): argument
75 def i2repr(self, pkt, x): argument
78 def addfield(self, pkt, s, val): argument
81 def getfield(self, pkt, s): argument
[all …]
Dasn1fields.py61 def i2repr(self, pkt, x): argument
63 def i2h(self, pkt, x): argument
65 def any2i(self, pkt, x): argument
67 def m2i(self, pkt, s): argument
95 def i2m(self, pkt, x): argument
125 def build(self, pkt): argument
127 def dissect(self, pkt, s): argument
141 def set_val(self, pkt, val): argument
143 def is_empty(self, pkt): argument
187 def i2m(self, pkt, s): argument
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/
Dares-test-parse-srv.cc11 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
Dares-test-parse-a.cc11 DNSPacket pkt; in TEST_F() local
110 DNSPacket pkt; in TEST_F() local
131 DNSPacket pkt; in TEST_F() local
152 DNSPacket pkt; in TEST_F() local
171 DNSPacket pkt; in TEST_F() local
203 DNSPacket pkt; in TEST_F() local
228 DNSPacket pkt; in TEST_F() local
256 DNSPacket pkt; in TEST_F() local
341 DNSPacket pkt; in TEST_F() local
Dares-test-parse-ptr.cc12 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
Dares-test-parse-aaaa.cc11 DNSPacket pkt; in TEST_F() local
40 DNSPacket pkt; in TEST_F() local
75 DNSPacket pkt; in TEST_F() local
96 DNSPacket pkt; in TEST_F() local
169 DNSPacket pkt; in TEST_F() local
Dares-test-parse-ns.cc11 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
/external/scapy/scapy/modules/krack/
Dautomaton.py346 def send_ether_over_wpa(self, pkt, **kwargs): argument
359 def deal_common_pkt(self, pkt): argument
448 def probe_request_received(self, pkt): argument
456 def send_probe_response(self, pkt): argument
461 def authent_received(self, pkt): argument
469 def send_auth_response(self, pkt): argument
486 def assoc_received(self, pkt): argument
492 def send_assoc_response(self, pkt): argument
536 def wpa_handshake_1_sent(self, pkt): argument
547 def send_wpa_handshake_3(self, pkt): argument
[all …]
/external/scapy/scapy/layers/
Ddns.py35 def h2i(self, pkt, x): argument
40 def i2m(self, pkt, x): argument
50 def getfield(self, pkt, s): argument
80 def _countRR(self, pkt): argument
88 def i2m(self, pkt, x): argument
92 def i2h(self, pkt, x): argument
137 def i2m(self, pkt, x): argument
158 def getfield(self, pkt, s): argument
193 def m2i(self, pkt, s): argument
224 def i2m(self, pkt, s): argument
[all …]
Dtftp.py59 def extract_padding(self, pkt): argument
130 def master_filter(self, pkt): argument
158 def receive_data(self, pkt): argument
166 def receive_error(self, pkt): argument
187 def RECEIVING(self, pkt): argument
200 def ERROR(self,pkt): argument
223 def master_filter(self, pkt): argument
252 def received_ack(self,pkt): argument
260 def received_error(self, pkt): argument
284 def ERROR(self,pkt): argument
[all …]
Dipsec.py521 def sign(self, pkt, key): argument
546 def verify(self, pkt, key): argument
682 def zero_mutable_fields(pkt, sending=False): argument
825 def check_spi(self, pkt): argument
830 def _encrypt_esp(self, pkt, seq_num=None, iv=None): argument
885 def _encrypt_ah(self, pkt, seq_num=None): argument
935 def encrypt(self, pkt, seq_num=None, iv=None): argument
956 def _decrypt_esp(self, pkt, verify=True): argument
999 def _decrypt_ah(self, pkt, verify=True): argument
1029 def decrypt(self, pkt, verify=True): argument
/external/scapy/scapy/modules/
Dp0f.py115 def packet2p0f(pkt): argument
284 def p0f(pkt): argument
305 def prnp0f(pkt): argument
333 def pkt2uptime(pkt, HZ=100): argument
350 def p0f_impersonate(pkt, osgenre=None, osdetails=None, signature=None, argument
/external/rust/crates/gdbstub/src/protocol/commands/
D_vRun.rs51 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_foobarbaz() localVariable
62 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_noname() localVariable
73 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_noargs() localVariable
84 let pkt = vRun::from_packet(buf).unwrap(); in valid_vRun_args() localVariable

12345678910>>...12