Searched refs:pktd (Results 1 – 2 of 2) sorted by relevance
/external/libpcap/ |
D | pcap-bt-monitor-linux.c | 85 u_char *pktd; in bt_monitor_read() local 88 pktd = (u_char *)handle->buffer + BT_CONTROL_SIZE; in bt_monitor_read() 89 bthdr = (pcap_bluetooth_linux_monitor_header*)(void *)pktd; in bt_monitor_read() 93 iv[1].iov_base = pktd + sizeof(pcap_bluetooth_linux_monitor_header); in bt_monitor_read() 133 bpf_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) { in bt_monitor_read() 134 callback(user, &pkth, pktd); in bt_monitor_read()
|
D | pcap-bt-linux.c | 307 u_char *pktd; in bt_read_linux() local 310 pktd = (u_char *)handle->buffer + BT_CTRL_SIZE; in bt_read_linux() 311 bthdr = (pcap_bluetooth_h4_header*)(void *)pktd; in bt_read_linux() 312 iv.iov_base = pktd + sizeof(pcap_bluetooth_h4_header); in bt_read_linux() 361 bpf_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) { in bt_read_linux() 362 callback(user, &pkth, pktd); in bt_read_linux()
|