OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BPF_WORDALIGN
(Results
1 - 5
of
5
) sorted by null
/external/tcpdump/
print-pflog.c
128
hdrlen =
BPF_WORDALIGN
(hdr->length);
/external/libpcap/pcap/
bpf.h
91
* Alignment macros.
BPF_WORDALIGN
rounds up to the next
101
#define
BPF_WORDALIGN
(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
[
all
...]
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
BerkeleyPacketFilter.c
[
all
...]
/external/libpcap/
pcap-bpf.c
972
* value for
BPF_WORDALIGN
(). However, whenever we
974
* a value rounded up by
BPF_WORDALIGN
(), so we
1035
bp +=
BPF_WORDALIGN
(caplen + hdrlen);
1050
bp +=
BPF_WORDALIGN
(caplen + hdrlen);
[
all
...]
/external/dhcpcd-6.8.2/
if-bsd.c
446
state->buffer_pos +=
BPF_WORDALIGN
(packet.bh_hdrlen +
[
all
...]
Completed in 49 milliseconds