HomeSort by: relevance | last modified time | path
    Searched refs:RPCAP_UPDATEFILTER_BPF (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 403 #define RPCAP_UPDATEFILTER_BPF 1 /* This code tells us that the filter is encoded with the BPF/NPF syntax */
pcap-rpcap-unix.c 75 #define RPCAP_UPDATEFILTER_BPF 1 /*!< This code tells us that the filter is encoded with the BPF/NPF syntax */
341 0x00, RPCAP_UPDATEFILTER_BPF, /* filtertype */
465 put16(&buf_filter[0], RPCAP_UPDATEFILTER_BPF);
pcap-rpcap.c 1581 filter->filtertype = htons(RPCAP_UPDATEFILTER_BPF);
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 2356 if (ntohs(filter.filtertype) != RPCAP_UPDATEFILTER_BPF)

Completed in 41 milliseconds