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

  /external/libpcap/
pcap1.h 68 typedef u_int bpf_u_int32; typedef
125 bpf_u_int32 info_len; /* in bytes */
126 bpf_u_int32 info_type; /* enum pcap1_info_types */
132 bpf_u_int32 nanoseconds; /* 10^-9 of seconds */
133 bpf_u_int32 seconds; /* seconds since Unix epoch - GMT */
140 bpf_u_int32 caplen; /* length of portion present */
141 bpf_u_int32 len; /* length this packet (off wire) */
142 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
143 bpf_u_int32 ifIndex; /* abstracted interface index */
157 bpf_u_int32 probeloc; /* enum pcap1_probe *
    [all...]
  /external/libpcap/pcap/
pcap.h 78 typedef u_int bpf_u_int32; typedef
125 bpf_u_int32 magic;
129 bpf_u_int32 sigfigs; /* accuracy of timestamps */
130 bpf_u_int32 snaplen; /* max length saved portion of each pkt */
131 bpf_u_int32 linktype; /* data link type (LINKTYPE_*) */
164 bpf_u_int32 caplen; /* length of portion present */
165 bpf_u_int32 len; /* length this packet (off wire) */
221 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
275 int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *)
    [all...]
bpf.h 85 typedef unsigned long bpf_u_int32; typedef
88 typedef u_int bpf_u_int32; typedef
    [all...]

Completed in 69 milliseconds