OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pktd
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-bt-monitor-linux.c
106
u_char *
pktd
;
local
109
pktd
= (u_char *)handle->buffer + BT_CONTROL_SIZE;
110
bthdr = (pcap_bluetooth_linux_monitor_header*)(void *)
pktd
;
114
iv[1].iov_base =
pktd
+ sizeof(pcap_bluetooth_linux_monitor_header);
161
pcapint_filter(handle->fcode.bf_insns,
pktd
, pkth.len, pkth.caplen)) {
162
callback(user, &pkth,
pktd
);
pcap-bt-linux.c
330
u_char *
pktd
;
local
333
pktd
= (u_char *)handle->buffer + BT_CTRL_SIZE;
334
bthdr = (pcap_bluetooth_h4_header*)(void *)
pktd
;
335
iv.iov_base =
pktd
+ sizeof(pcap_bluetooth_h4_header);
403
pcapint_filter(handle->fcode.bf_insns,
pktd
, pkth.len, pkth.caplen)) {
404
callback(user, &pkth,
pktd
);
pcap-rdmasniff.c
120
u_char *
pktd
;
local
170
pktd
= (u_char *) handle->buffer + wc.wr_id * RDMASNIFF_RECEIVE_SIZE;
173
pcapint_filter(handle->fcode.bf_insns,
pktd
, pkth.len, pkth.caplen)) {
174
callback(user, &pkth,
pktd
);
Completed in 16 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026