Home
last modified time | relevance | path

Searched refs:pkt_type (Results 1 – 14 of 14) sorted by relevance

/external/bluetooth/bluez/test/
Dscotest.c59 static uint16_t pkt_type = 0; variable
97 addr.sco_pkt_type = pkt_type; in do_connect()
146 addr.sco_pkt_type = pkt_type; in do_listen()
381 if (sscanf(optarg, "0x%4hx", &pkt_type) != 1) { in main()
/external/bluetooth/hcidump/src/
Dhcidump.c307 uint8_t pkt_type = ((uint8_t *) frm.data)[0]; in process_frames() local
314 if (pkt_type == HCI_COMMAND_PKT || in process_frames()
315 pkt_type == HCI_EVENT_PKT) in process_frames()
346 uint8_t pkt_type; in read_dump() local
398 pkt_type = HCI_EVENT_PKT; in read_dump()
400 pkt_type = HCI_COMMAND_PKT; in read_dump()
402 pkt_type = HCI_ACLDATA_PKT; in read_dump()
404 ((uint8_t *) frm.data)[0] = pkt_type; in read_dump()
/external/libpcap/
Dpcap-int.h272 unsigned char pkt_type; member
/external/qemu/hw/
Dbt.h475 uint16_t pkt_type; member
493 uint16_t pkt_type; member
546 uint16_t pkt_type; member
643 uint16_t pkt_type; member
655 uint16_t pkt_type; member
/external/bluetooth/bluez/lib/bluetooth/
Dhci.h349 uint16_t pkt_type; member
367 uint16_t pkt_type; member
413 uint16_t pkt_type; member
492 uint16_t pkt_type; member
504 uint16_t pkt_type; member
2327 uint32_t pkt_type; member
/external/kernel-headers/original/linux/
Dnetdevice.h1029 if (skb->pkt_type != PACKET_BROADCAST && in skb_bond_should_drop()
1030 skb->pkt_type != PACKET_MULTICAST) in skb_bond_should_drop()
Dskbuff.h283 __u8 pkt_type:3, member
/external/bluetooth/bluez/tools/
Dhciattach_ath3k.c90 uint8_t pkt_type = HCI_COMMAND_PKT; in send_hci_cmd_sync() local
95 if (write(dev, &pkt_type, 1) != 1) in send_hci_cmd_sync()
Dhcitool.c720 htobs(di.pkt_type & ACL_PTYPE_MASK), in cmd_scan()
917 htobs(di.pkt_type & ACL_PTYPE_MASK), in cmd_info()
1741 cp.pkt_type = ptype; in cmd_cpt()
Dhciconfig.c90 str = hci_ptypetostr(di->pkt_type); in print_pkt_type()
/external/tcpdump/
Dprint-juniper.c283 u_int8_t pkt_type; in juniper_monitor_print() member
301 mh->pkt_type); in juniper_monitor_print()
/external/bluetooth/hcidump/parser/
Dhci.c905 uint16_t ptype = btohs(cp->pkt_type); in create_conn_dump()
937 uint16_t ptype = btohs(cp->pkt_type); in add_sco_dump()
1116 btohs(cp->pkt_type)); in setup_sync_conn_dump()
1160 addr, btohs(cp->voice_setting), btohs(cp->pkt_type)); in accept_sync_conn_req_dump()
/external/bluetooth/bluez/lib/
Dhci.c1239 cp.pkt_type = ptype; in hci_create_connection()
/external/wpa_supplicant_6/wpa_supplicant/
Dmlme.c2165 control.pkt_type = PKT_PROBE_RESP; in ieee80211_sta_join_ibss()