HomeSort by relevance Sort by last modified time
    Searched refs:BPF_WORDALIGN (Results 1 - 6 of 6) sorted by null

  /external/tcpdump/
print-pflog.c 137 hdrlen = BPF_WORDALIGN(hdr->length);
  /external/libpcap/
pcap-bpf.h 72 * Alignment macros. BPF_WORDALIGN rounds up to the next
80 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
pcap-bpf.c 302 bp += BPF_WORDALIGN(caplen + hdrlen);
312 bp += BPF_WORDALIGN(caplen + hdrlen);
pcap-win32.c 175 bp += BPF_WORDALIGN(caplen + hdrlen);
  /external/dhcpcd/
bpf.c 199 iface->buffer_pos += BPF_WORDALIGN(packet.bh_hdrlen +
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 658 seglen = BPF_WORDALIGN(seglen);

Completed in 41 milliseconds