Home
last modified time | relevance | path

Searched defs:len (Results 1 – 10 of 10) sorted by relevance

/libbtbb/wireshark/plugins/btbredr/
H A Dpacket-btlmp.c759 dissect_name_req(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_name_req()
768 dissect_name_res(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_name_res()
783 dissect_accepted(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_accepted()
792 dissect_not_accepted(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_not_accepted()
804 dissect_clkoffset_req(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_clkoffset_req()
810 dissect_clkoffset_res(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_clkoffset_res()
819 dissect_detach(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_detach()
828 dissect_in_rand(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_in_rand()
837 dissect_comb_key(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_comb_key()
846 dissect_unit_key(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_unit_key()
[all …]
H A Dpacket-btbredr.c249 int len; /* payload length indicated by payload header */ in dissect_dm1() local
/libbtbb/wireshark/plugins-legacy/btbredr/
H A Dpacket-btlmp.c759 dissect_name_req(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_name_req()
768 dissect_name_res(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_name_res()
783 dissect_accepted(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_accepted()
792 dissect_not_accepted(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_not_accepted()
804 dissect_clkoffset_req(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_clkoffset_req()
810 dissect_clkoffset_res(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_clkoffset_res()
819 dissect_detach(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_detach()
828 dissect_in_rand(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_in_rand()
837 dissect_comb_key(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_comb_key()
846 dissect_unit_key(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_unit_key()
[all …]
H A Dpacket-btbredr.c249 int len; /* payload length indicated by payload header */ in dissect_dm1() local
/libbtbb/wireshark/plugins/btbb/
H A Dpacket-btbrlmp.c759 dissect_name_req(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_name_req()
768 dissect_name_res(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_name_res()
783 dissect_accepted(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_accepted()
792 dissect_not_accepted(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_not_accepted()
804 dissect_clkoffset_req(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_clkoffset_req()
810 dissect_clkoffset_res(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_clkoffset_res()
819 dissect_detach(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_detach()
828 dissect_in_rand(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_in_rand()
837 dissect_comb_key(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_comb_key()
846 dissect_unit_key(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_unit_key()
[all …]
H A Dpacket-btbb.c225 int len; /* payload length indicated by payload header */ in dissect_dm1() local
/libbtbb/wireshark/plugins-legacy/btbb/
H A Dpacket-btbrlmp.c759 dissect_name_req(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_name_req()
768 dissect_name_res(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_name_res()
783 dissect_accepted(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_accepted()
792 dissect_not_accepted(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_not_accepted()
804 dissect_clkoffset_req(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_clkoffset_req()
810 dissect_clkoffset_res(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_clkoffset_res()
819 dissect_detach(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_detach()
828 dissect_in_rand(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_in_rand()
837 dissect_comb_key(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_comb_key()
846 dissect_unit_key(proto_tree *tree, tvbuff_t *tvb, int offset, int len) in dissect_unit_key()
[all …]
H A Dpacket-btbb.c225 int len; /* payload length indicated by payload header */ in dissect_dm1() local
/libbtbb/lib/src/
H A Dbluetooth_le_packet.c397 static void _dump_scan_rsp_data(const uint8_t *buf, int len) { in _dump_scan_rsp_data()
H A Duthash.h605 #define HASH_KEYCMP(a,b,len) memcmp(a,b,len) argument