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

/freebsd-10.2-release/sbin/dhclient/
H A Dbpf.c429 BPF_WORDALIGN(interface->rbuf_offset +
445 BPF_WORDALIGN(interface->rbuf_offset +
459 BPF_WORDALIGN(interface->rbuf_offset +
473 BPF_WORDALIGN(interface->rbuf_offset +
482 BPF_WORDALIGN(interface->rbuf_offset +
/freebsd-10.2-release/contrib/tcpdump/
H A Dprint-pflog.c133 hdrlen = BPF_WORDALIGN(hdr->length);
/freebsd-10.2-release/contrib/ipfilter/ipsd/
H A Dsbpf.c113 bp += BPF_WORDALIGN(bh->bh_caplen + bh->bh_hdrlen);
/freebsd-10.2-release/contrib/ipfilter/
H A Dpcap-bpf.h74 * Alignment macros. BPF_WORDALIGN rounds up to the next
82 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
H A Dbpf-ipf.h58 * Alignment macros. BPF_WORDALIGN rounds up to the next
66 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/freebsd-10.2-release/libexec/rbootd/
H A Dbpf.c348 bp += BPF_WORDALIGN(caplen + hdrlen);
/freebsd-10.2-release/contrib/libpcap/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
/freebsd-10.2-release/sys/net/
H A Dbpf.h52 * Alignment macros. BPF_WORDALIGN rounds up to the next
56 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
H A Dbpf.c2236 hdrlen = BPF_WORDALIGN(hdrlen);
2338 curlen = BPF_WORDALIGN(d->bd_slen);
/freebsd-10.2-release/usr.sbin/usbdump/
H A Dusbdump.c584 temp.align = BPF_WORDALIGN(1);
597 next = ptr + BPF_WORDALIGN(hdrlen + caplen);
/freebsd-10.2-release/contrib/libpcap/
H A Dpcap-bpf.c944 * value for BPF_WORDALIGN(). However, whenever we
946 * a value rounded up by BPF_WORDALIGN(), so we
1007 bp += BPF_WORDALIGN(caplen + hdrlen);
1022 bp += BPF_WORDALIGN(caplen + hdrlen);
/freebsd-10.2-release/usr.sbin/rarpd/
H A Drarpd.c573 bp += BPF_WORDALIGN(hdrlen + caplen);
/freebsd-10.2-release/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2315 int offset = BPF_WORDALIGN(tot);

Completed in 113 milliseconds