Searched refs:fake_prog (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/libpcap/
H A Dpcap-rpcap.c1434 struct bpf_program fake_prog; /* To be used just in case the user forgot to set a filter */ local
1439 if (pcap_compile(fp, &fake_prog, NULL /* buffer */, 1, 0) == -1)
1442 prog = &fake_prog;

Completed in 105 milliseconds