Home
last modified time | relevance | path

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

/freebsd/sbin/dhclient/
H A Dbpf.c459 BPF_WORDALIGN(interface->rbuf_offset + in receive_packet()
475 BPF_WORDALIGN(interface->rbuf_offset + in receive_packet()
489 BPF_WORDALIGN(interface->rbuf_offset + in receive_packet()
503 BPF_WORDALIGN(interface->rbuf_offset + in receive_packet()
512 BPF_WORDALIGN(interface->rbuf_offset + in receive_packet()
/freebsd/contrib/libpcap/pcap/
H A Dbpf.h125 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
/freebsd/sbin/ipf/ipf/
H A Dbpf-ipf.h61 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
/freebsd/libexec/rbootd/
H A Dbpf.c332 bp += BPF_WORDALIGN(caplen + hdrlen); in BpfRead()
/freebsd/sys/net/
H A Dbpf.h58 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1)) macro
H A Dbpf.c2519 hdrlen = BPF_WORDALIGN(hdrlen); in bpf_hdrlen()
2625 curlen = BPF_WORDALIGN(d->bd_slen); in catchpacket()
/freebsd/usr.sbin/usbdump/
H A Dusbdump.c594 temp.align = BPF_WORDALIGN(1); in fix_packets()
607 next = ptr + BPF_WORDALIGN(hdrlen + caplen); in fix_packets()
/freebsd/usr.sbin/rarpd/
H A Drarpd.c565 bp += BPF_WORDALIGN(hdrlen + caplen); in rarp_loop()
/freebsd/contrib/libpcap/
H A Dpcap-bpf.c1305 bp += BPF_WORDALIGN(caplen + hdrlen); in pcap_read_bpf()
1320 bp += BPF_WORDALIGN(caplen + hdrlen); in pcap_read_bpf()
/freebsd/tools/tools/net80211/wesside/wesside/
H A Dwesside.c2314 int offset = BPF_WORDALIGN(tot); in get_80211()