Home
last modified time | relevance | path

Searched refs:RPCAP_UPDATEFILTER_BPF (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Drpcap-protocol.h403 #define RPCAP_UPDATEFILTER_BPF 1 /* This code tells us that the filter is encoded with the BPF/NP… macro
H A Dpcap-rpcap.c1581 filter->filtertype = htons(RPCAP_UPDATEFILTER_BPF); in pcap_pack_bpffilter()
/freebsd/contrib/libpcap/rpcapd/
H A Ddaemon.c2356 if (ntohs(filter.filtertype) != RPCAP_UPDATEFILTER_BPF) in daemon_unpackapplyfilter()