Home | History | Annotate | Download | only in libpcap

Lines Matching defs:bpf_u_int32

68 typedef	u_int bpf_u_int32;
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 */
167 bpf_u_int32 magic;
170 bpf_u_int32 block_len;
200 bpf_u_int32 flags; /* PCAP_IF_ interface flags */
220 int pcap_lookupnet(const char *, bpf_u_int32 *, bpf_u_int32 *, char *);
239 bpf_u_int32);
241 char *, int, bpf_u_int32);