Home
last modified time | relevance | path

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

/external/libpcap/testprogs/fuzz/
Dfuzz_filter.c32 if (pcap_compile(pkts, &bpf, filter, 1, PCAP_NETMASK_UNKNOWN) == 0) { in LLVMFuzzerTestOneInput()
Dfuzz_both.c83 if (pcap_compile(pkts, &bpf, filter, 1, PCAP_NETMASK_UNKNOWN) == 0) { in LLVMFuzzerTestOneInput()
/external/iptables/utils/
Dnfbpf_compile.c40 PCAP_NETMASK_UNKNOWN)) { in main()
Dnfsynproxy.c124 1, PCAP_NETMASK_UNKNOWN) == -1) { in probe_host()
/external/usrsctp/fuzzer/
Dpcap2corpus.c239 if (pcap_compile(pcap_reader, &args.bpf_prog, filter, 0, PCAP_NETMASK_UNKNOWN) < 0) { in main()
/external/libpcap/testprogs/
Dfiltertest.c221 bpf_u_int32 netmask = PCAP_NETMASK_UNKNOWN; in main()
/external/libpcap/pcap/
Dpcap.h365 #define PCAP_NETMASK_UNKNOWN 0xffffffff macro
/external/libpcap/
Dgencode.c7961 if (cstate->netmask == PCAP_NETMASK_UNKNOWN) in gen_broadcast()