Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/libpcap/testprogs/
H A Dfiltertest.c218 bpf_u_int32 netmask = PCAP_NETMASK_UNKNOWN; in main()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h414 #define PCAP_NETMASK_UNKNOWN 0xffffffff macro
/freebsd/usr.sbin/cxgbetool/
H A Dcxgbetool.c3322 PCAP_NETMASK_UNKNOWN) < 0) { in parse_offload_policy_line()
/freebsd/contrib/libpcap/
H A Dgencode.c8270 if (cstate->netmask == PCAP_NETMASK_UNKNOWN) in gen_broadcast()