Searched refs:PCAP_NETMASK_UNKNOWN (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/packages/modules/NetworkStack/tests/unit/jni/ |
D | apf_jni.cpp | 131 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 D | fuzz_filter.c | 32 if (pcap_compile(pkts, &bpf, filter, 1, PCAP_NETMASK_UNKNOWN) == 0) { in LLVMFuzzerTestOneInput()
|
H A D | fuzz_both.c | 83 if (pcap_compile(pkts, &bpf, filter, 1, PCAP_NETMASK_UNKNOWN) == 0) { in LLVMFuzzerTestOneInput()
|
/aosp_15_r20/external/iptables/utils/ |
H A D | nfbpf_compile.c | 46 PCAP_NETMASK_UNKNOWN)) { in main()
|
H A D | nfsynproxy.c | 124 1, PCAP_NETMASK_UNKNOWN) == -1) { in probe_host()
|
/aosp_15_r20/external/libpcap/testprogs/ |
H A D | filtertest.c | 220 bpf_u_int32 netmask = PCAP_NETMASK_UNKNOWN; in main()
|
/aosp_15_r20/external/libpcap/pcap/ |
H A D | pcap.h | 365 #define PCAP_NETMASK_UNKNOWN 0xffffffff macro
|
/aosp_15_r20/external/libpcap/ |
H A D | gencode.c | 8001 if (cstate->netmask == PCAP_NETMASK_UNKNOWN) in gen_broadcast()
|