OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bpf_u_int32
(Results
1 - 3
of
3
) sorted by null
/external/libpcap/
pcap.h
71
typedef u_int
bpf_u_int32
;
typedef
114
bpf_u_int32
magic;
118
bpf_u_int32
sigfigs; /* accuracy of timestamps */
119
bpf_u_int32
snaplen; /* max length saved portion of each pkt */
120
bpf_u_int32
linktype; /* data link type (LINKTYPE_*) */
143
bpf_u_int32
caplen; /* length of portion present */
144
bpf_u_int32
len; /* length this packet (off wire) */
200
bpf_u_int32
flags; /* PCAP_IF_ interface flags */
220
int pcap_lookupnet(const char *,
bpf_u_int32
*,
bpf_u_int32
*, char *)
[
all
...]
pcap1.h
68
typedef u_int
bpf_u_int32
;
typedef
121
bpf_u_int32
info_len; /* in bytes */
122
bpf_u_int32
info_type; /* enum pcap1_info_types */
128
bpf_u_int32
nanoseconds; /* 10^-9 of seconds */
129
bpf_u_int32
seconds; /* seconds since Unix epoch - GMT */
136
bpf_u_int32
caplen; /* length of portion present */
137
bpf_u_int32
len; /* length this packet (off wire) */
138
bpf_u_int32
linktype; /* data link type (LINKTYPE_*) */
139
bpf_u_int32
ifIndex; /* abstracted interface index */
153
bpf_u_int32
probeloc; /* enum pcap1_probe *
[
all
...]
pcap-bpf.h
65
typedef unsigned long
bpf_u_int32
;
typedef
68
typedef u_int
bpf_u_int32
;
typedef
Completed in 37 milliseconds