HomeSort by relevance Sort by last modified time
    Searched defs:bpf_u_int32 (Results 1 - 2 of 2) sorted by null

  /external/libpcap/pcap/
pcap.h 76 typedef u_int bpf_u_int32; typedef
123 bpf_u_int32 magic;
127 bpf_u_int32 sigfigs; /* accuracy of timestamps */
128 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
129 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
162 bpf_u_int32 caplen; /* length of portion present */
163 bpf_u_int32 len; /* length this packet (off wire) */
219 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
275 int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *)
    [all...]
bpf.h 84 typedef unsigned long bpf_u_int32; typedef
87 typedef u_int bpf_u_int32; typedef
    [all...]

Completed in 78 milliseconds