Searched refs:BPF_WORDALIGN (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-pflog.c133 hdrlen = BPF_WORDALIGN(hdr->length);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/pcap/
H A Dbpf.h92 * Alignment macros. BPF_WORDALIGN rounds up to the next
102 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-bpf.c942 * value for BPF_WORDALIGN(). However, whenever we
944 * a value rounded up by BPF_WORDALIGN(), so we
1005 bp += BPF_WORDALIGN(caplen + hdrlen);
1020 bp += BPF_WORDALIGN(caplen + hdrlen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pppoecd/
H A Dpppoe.c1292 off += BPF_WORDALIGN(h->bh_hdrlen + h->bh_caplen);
1319 off = BPF_WORDALIGN(h->bh_hdrlen + h->bh_caplen);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/rp-pppoe/
H A Dif.c658 seglen = BPF_WORDALIGN(seglen);

Completed in 111 milliseconds