Home
last modified time | relevance | path

Searched refs:bpf_ver (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Dif.c280 struct bpf_version bpf_ver; in openInterface() local
361 if (ioctl(fd, BIOCVERSION, &bpf_ver) < 0) { in openInterface()
364 if ((bpf_ver.bv_major != BPF_MAJOR_VERSION) || in openInterface()
365 (bpf_ver.bv_minor < BPF_MINOR_VERSION)) { in openInterface()
369 bpf_ver.bv_major, bpf_ver.bv_minor); in openInterface()