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

/netbsd-current/external/bsd/libpcap/dist/testprogs/fuzz/
H A Dfuzz_filter.c32 if (pcap_compile(pkts, &bpf, filter, 1, PCAP_NETMASK_UNKNOWN) == 0) {
H A Dfuzz_both.c83 if (pcap_compile(pkts, &bpf, filter, 1, PCAP_NETMASK_UNKNOWN) == 0) {
/netbsd-current/external/bsd/libpcap/dist/testprogs/
H A Dfiltertest.c220 bpf_u_int32 netmask = PCAP_NETMASK_UNKNOWN;
/netbsd-current/external/bsd/libpcap/dist/pcap/
H A Dpcap.h369 #define PCAP_NETMASK_UNKNOWN 0xffffffff macro
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_build.c541 filter, 1, PCAP_NETMASK_UNKNOWN) == -1) {
/netbsd-current/external/bsd/libpcap/dist/
H A Dgencode.c8002 * We treat a netmask of PCAP_NETMASK_UNKNOWN (0xffffffff)
8006 if (cstate->netmask == PCAP_NETMASK_UNKNOWN)

Completed in 182 milliseconds