HomeSort by relevance Sort by last modified time
    Searched refs:pktd (Results 1 - 2 of 2) sorted by null

  /external/libpcap/
pcap-bt-monitor-linux.c 85 u_char *pktd; local
88 pktd = (u_char *)handle->buffer + BT_CONTROL_SIZE;
89 bthdr = (pcap_bluetooth_linux_monitor_header*)(void *)pktd;
93 iv[1].iov_base = pktd + sizeof(pcap_bluetooth_linux_monitor_header);
133 bpf_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) {
134 callback(user, &pkth, pktd);
pcap-bt-linux.c 307 u_char *pktd; local
310 pktd = (u_char *)handle->buffer + BT_CTRL_SIZE;
311 bthdr = (pcap_bluetooth_h4_header*)(void *)pktd;
312 iv.iov_base = pktd + sizeof(pcap_bluetooth_h4_header);
361 bpf_filter(handle->fcode.bf_insns, pktd, pkth.len, pkth.caplen)) {
362 callback(user, &pkth, pktd);

Completed in 649 milliseconds