Home
last modified time | relevance | path

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

/bsp/simulator/pcap/Include/pcap/
A Dbpf.h76 #define BPF_ALIGNMENT sizeof(bpf_int32) macro
78 #define BPF_ALIGNMENT sizeof(long) macro
80 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))

Completed in 7 milliseconds