/external/scapy/scapy/contrib/ |
D | gtp.uts | 29 = GTPV1UpdatePDPContextRequest(), dissect 35 = GTPV1UpdatePDPContextResponse(), dissect 40 = IE_Cause(), dissect 50 = IE_IMSI(), dissect 60 = IE_Routing(), dissect 70 = IE_Recovery(), dissect 80 = IE_SelectionMode(), dissect 90 = IE_TEIDI(), dissect 100 = IE_TEICP(), dissect 110 = IE_Teardown(), dissect [all …]
|
D | mpls.uts | 8 = Build & dissect - IPv4 19 = Build & dissect - IPv6
|
D | http2.uts | 9 ~ http2 frame hpack build dissect data headers priority settings rststream pushpromise ping goaway … 452 ~ http2 pack dissect hpackhdrstring 482 ~ http2 hpack dissect hpackindexedhdr 504 ~ http2 hpack dissect hpacklithdrfldwithincrindexing 519 ~ http2 hpack dissect hpacklithdrfldwithincrindexing 552 ~ http2 hpack dissect hpacklithdrfldwithoutindexing 570 ~ http2 hpack dissect hpacklithdrfldwithoutindexing 588 ~ http2 hpack dissect hpacklithdrfldwithoutindexing 633 ~ http2 hpack dissect hpackdynamicsizeupdate 653 ~ http2 frame dissect data [all …]
|
D | pnio_rtc.uts | 15 * In order for the PNIORealTime to dissect correctly all the data buffer, data field must strictly …
|
D | coap.uts | 15 = CON GET dissect
|
D | lldp.uts | 90 + strict mode handling - dissect
|
/external/scapy/test/ |
D | bluetooth.uts | 57 = Basic L2CAP dissect 63 = Basic HCI_ACL_Hdr build & dissect 74 = Complex HCI - L2CAP dissect
|
/external/libcups/vcnet/regex/ |
D | engine.c | 12 #define dissect sdissect macro 23 #define dissect ldissect macro 156 dp = dissect(m, m->coldp, endp, gf, gl); 232 dissect(m, start, stop, startst, stopst) in dissect() function 310 dp = dissect(m, sp, rest, ssub, esub); 348 dp = dissect(m, ssp, sep, ssub, esub); 383 dp = dissect(m, sp, rest, ssub, esub); 1014 #undef dissect
|
D | engine.ih | 8 static char *dissect(register struct match *m, char *start, char *stop, sopno startst, sopno stopst…
|
/external/scapy/scapy/layers/ |
D | x509.py | 628 def dissect(self, pkt, s): member in ASN1F_EXT_SEQUENCE 639 s = critical.dissect(pkt, s) 647 s = self.seq[2].dissect(pkt, s) 712 def dissect(self, pkt, s): member in ASN1F_X509_SubjectPublicKeyInfo 933 def dissect(self, pkt, s): member in ASN1F_X509_Cert 1041 def dissect(self, pkt, s): member in ASN1F_X509_CRL 1190 def dissect(self, pkt, s): member in ASN1F_OCSP_BasicResponse
|
/external/scapy/scapy/ |
D | asn1packet.py | 29 return self.ASN1_root.dissect(self, x)
|
D | asn1fields.py | 127 def dissect(self, pkt, s): member in ASN1F_field 327 s = obj.dissect(pkt, s) 333 def dissect(self, pkt, s): member in ASN1F_SEQUENCE 415 def dissect(self, pkt, s): member in ASN1F_optional 417 return self._field.dissect(pkt, s)
|
D | packet.py | 127 self.dissect(_pkt) 731 def dissect(self, s): member in Packet
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | regengine.inc | 49 #define dissect sdissect 61 #define dissect ldissect 89 static const char *dissect(struct match *, const char *, const char *, sopno, 220 dp = dissect(m, m->coldp, endp, gf, gl); 230 NOTE("backref dissect"); 253 NOTE("backoff dissect"); 292 - dissect - figure out what matched what, no back references 295 dissect(struct match *m, const char *start, const char *stop, sopno startst, 368 const char *dp = dissect(m, sp, rest, ssub, esub); 408 const char *dp = dissect(m, ssp, sep, ssub, esub); [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | regengine.inc | 49 #define dissect sdissect 61 #define dissect ldissect 89 static const char *dissect(struct match *, const char *, const char *, sopno, 220 dp = dissect(m, m->coldp, endp, gf, gl); 230 NOTE("backref dissect"); 253 NOTE("backoff dissect"); 292 - dissect - figure out what matched what, no back references 295 dissect(struct match *m, const char *start, const char *stop, sopno startst, 368 const char *dp = dissect(m, sp, rest, ssub, esub); 408 const char *dp = dissect(m, ssp, sep, ssub, esub); [all …]
|
/external/llvm/lib/Support/ |
D | regengine.inc | 49 #define dissect sdissect 61 #define dissect ldissect 89 static const char *dissect(struct match *, const char *, const char *, sopno, 220 dp = dissect(m, m->coldp, endp, gf, gl); 230 NOTE("backref dissect"); 253 NOTE("backoff dissect"); 292 - dissect - figure out what matched what, no back references 295 dissect(struct match *m, const char *start, const char *stop, sopno startst, 368 const char *dp = dissect(m, sp, rest, ssub, esub); 408 const char *dp = dissect(m, ssp, sep, ssub, esub); [all …]
|
/external/openthread/tests/scripts/thread-cert/ |
D | wpan.py | 118 def dissect(frame: bytes) -> WpanFrameInfo: function
|
D | simulator.py | 335 frame_info = wpan.dissect(data)
|
/external/ant-glob/src/org/apache/tools/ant/types/selectors/ |
D | SelectorUtils.java | 531 String[] s = FILE_UTILS.dissect(path); in tokenizePath() 548 String[] s = FILE_UTILS.dissect(path); in tokenizePathAsArray()
|
/external/ant-glob/src/org/apache/tools/ant/util/ |
D | FileUtils.java | 149 public String[] dissect(String path) { in dissect() method in FileUtils
|
/external/python/cpython2/Doc/library/ |
D | intro.rst | 22 many ways to dissect this collection. Some modules are written in C and built
|
/external/python/cpython3/Doc/library/ |
D | intro.rst | 21 many ways to dissect this collection. Some modules are written in C and built
|
/external/ltp/lib/ |
D | README.md | 131 tst\_reap\_children() to collect and dissect deceased.
|
/external/llvm/docs/ |
D | NVPTXUsage.rst | 530 Now let us dissect the LLVM IR that makes up this kernel.
|
/external/tcpdump/ |
D | CHANGES | 466 IP: Don't try to dissect if IP version != 4 (Fix a heap overflow) 866 802.11: print QoS data, avoid dissect of no-data frame, ignore padding.
|