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

  /external/tcpdump/
print-pflog.c 133 hdrlen = BPF_WORDALIGN(hdr->length);
  /external/dhcpcd/
bpf.c 202 iface->buffer_pos += BPF_WORDALIGN(packet.bh_hdrlen +
  /external/libpcap/pcap/
bpf.h 92 * Alignment macros. BPF_WORDALIGN rounds up to the next
102 #define BPF_WORDALIGN(x) (((x)+(BPF_ALIGNMENT-1))&~(BPF_ALIGNMENT-1))
    [all...]
  /external/libpcap/
pcap-bpf.c 976 * value for BPF_WORDALIGN(). However, whenever we
978 * a value rounded up by BPF_WORDALIGN(), so we
1039 bp += BPF_WORDALIGN(caplen + hdrlen);
1054 bp += BPF_WORDALIGN(caplen + hdrlen);
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
if.c 658 seglen = BPF_WORDALIGN(seglen);

Completed in 582 milliseconds