Home
last modified time | relevance | path

Searched defs:pdu (Results 1 – 19 of 19) sorted by relevance

/external/blktrace/btt/
Dmmap.c51 void **pdu) in convert_to_cpu()
130 int next_trace(struct blk_io_trace *t, void **pdu) in next_trace()
Dglobals.h156 void *pdu; member
/external/python/bumble/bumble/
Datt.py215 def from_bytes(pdu): argument
254 def __init__(self, pdu=None, **kwargs): argument
261 def init_from_bytes(self, pdu, offset): argument
349 def init_from_bytes(self, pdu, offset): argument
409 def init_from_bytes(self, pdu, offset): argument
475 def init_from_bytes(self, pdu, offset): argument
589 def init_from_bytes(self, pdu, offset): argument
Dl2cap.py194 def from_bytes(pdu): argument
259 def __init__(self, pdu=None, **kwargs): argument
272 def init_from_bytes(self, pdu, offset): argument
725 def send_pdu(self, pdu): argument
742 def on_pdu(self, pdu): argument
1059 def send_pdu(self, pdu): argument
1117 def on_pdu(self, pdu): argument
1514 def send_pdu(self, connection, cid, pdu): argument
1523 def on_pdu(self, connection, cid, pdu): argument
Dsdp.py529 def from_bytes(pdu): argument
593 def __init__(self, pdu=None, transaction_id=0, **kwargs): argument
605 def init_from_bytes(self, pdu, offset): argument
907 def on_pdu(self, pdu): argument
Dhost.py108 def on_acl_pdu(self, pdu): argument
352 def send_l2cap_pdu(self, connection_handle, cid, pdu): argument
473 def on_l2cap_pdu(self, connection, cid, pdu): argument
Dhelpers.py69 def on_acl_pdu(self, pdu): argument
Dgatt_server.py111 def send_gatt_pdu(self, connection_handle, pdu): argument
481 def on_att_request(self, connection, pdu): argument
Dsmp.py195 def from_bytes(pdu): argument
266 def __init__(self, pdu=None, **kwargs): argument
273 def init_from_bytes(self, pdu, offset): argument
1680 def on_smp_pdu(self, connection, pdu): argument
Ddevice.py642 def send_l2cap_pdu(self, cid, pdu): argument
1152 def send_l2cap_pdu(self, connection_handle, cid, pdu): argument
3049 def on_gatt_pdu(self, connection, pdu): argument
3071 def on_smp_pdu(self, connection, pdu): argument
3076 def on_l2cap_pdu(self, connection, cid, pdu): argument
Dgatt_client.py229 def send_gatt_pdu(self, pdu): argument
Drfcomm.py623 def on_pdu(self, pdu): argument
Davdtp.py401 def on_pdu(self, pdu): argument
1341 def on_pdu(self, pdu): argument
/external/autotest/client/cros/cellular/
Dsms.py61 def sms_insert(self, index, pdu): argument
77 def sms_receive(self, index, pdu): argument
/external/tcpdump/
Dprint-rpki-rtr.c257 const rpki_rtr_pdu_ipv4_prefix *pdu; in rpki_rtr_pdu_print() local
272 const rpki_rtr_pdu_ipv6_prefix *pdu; in rpki_rtr_pdu_print() local
287 const rpki_rtr_pdu_error_report *pdu; in rpki_rtr_pdu_print() local
Dprint-snmp.c1482 struct be pdu; in pdu_print() local
/external/python/pyasn1-modules/tools/
Dsnmpget.py28 pdu = pdus.setComponentByPosition(0).getComponentByPosition(0) variable
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DSmsFacade.java228 private boolean writeBytesToFile(String fileName, byte[] pdu) { in writeBytesToFile()
247 private boolean writeBytesToCacheFile(String fileName, byte[] pdu) { in writeBytesToCacheFile()
601 final GenericPdu pdu = new PduParser(response, shouldParse).parse(); in onReceive() local
/external/blktrace/
Dblkparse_fmt.c113 static inline int pdu_rest_is_zero(unsigned char *pdu, int len) in pdu_rest_is_zero()