OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bv_major
(Results
1 - 5
of
5
) sorted by null
/external/libpcap/
pcap-bpf.h
106
u_short
bv_major
;
member in struct:bpf_version
pcap-pf.c
545
if (bv.
bv_major
== BPF_MAJOR_VERSION &&
594
bv.
bv_major
, bv.bv_minor);
pcap-bpf.c
640
if (bv.
bv_major
!= BPF_MAJOR_VERSION ||
/external/dhcpcd/
bpf.c
82
if (pv.
bv_major
!= BPF_MAJOR_VERSION ||
/external/ppp/pppd/plugins/rp-pppoe/
if.c
364
if ((bpf_ver.
bv_major
!= BPF_MAJOR_VERSION) ||
369
bpf_ver.
bv_major
, bpf_ver.bv_minor);
Completed in 451 milliseconds