Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NetworkStack/tests/unit/jni/
Dapf_jni.cpp131 if (pcap_compile(pcap.get(), &bpf, filter.c_str(), 0, PCAP_NETMASK_UNKNOWN)) { in com_android_server_ApfTest_compileToBpf()
178 if (pcap_compile(bpf_pcap.get(), &bpf, filter.c_str(), 0, PCAP_NETMASK_UNKNOWN)) { in com_android_server_ApfTest_compareBpfApf()
/aosp_15_r20/external/libpcap/testprogs/fuzz/
H A Dfuzz_filter.c32 if (pcap_compile(pkts, &bpf, filter, 1, PCAP_NETMASK_UNKNOWN) == 0) { in LLVMFuzzerTestOneInput()
H A Dfuzz_both.c83 if (pcap_compile(pkts, &bpf, filter, 1, PCAP_NETMASK_UNKNOWN) == 0) { in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/iptables/utils/
H A Dnfbpf_compile.c46 PCAP_NETMASK_UNKNOWN)) { in main()
H A Dnfsynproxy.c124 1, PCAP_NETMASK_UNKNOWN) == -1) { in probe_host()
/aosp_15_r20/external/libpcap/testprogs/
H A Dfiltertest.c220 bpf_u_int32 netmask = PCAP_NETMASK_UNKNOWN; in main()
/aosp_15_r20/external/libpcap/pcap/
H A Dpcap.h365 #define PCAP_NETMASK_UNKNOWN 0xffffffff macro
/aosp_15_r20/external/libpcap/
H A Dgencode.c8001 if (cstate->netmask == PCAP_NETMASK_UNKNOWN) in gen_broadcast()