Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libpcap/
H A Drpcap-protocol.h370 #define RPCAP_STARTCAPREQ_FLAG_PROMISC 0x00000001 /* Enables promiscuous mode (default: disabled) … macro
H A Dpcap-rpcap.c1169 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_PROMISC; in pcap_startcapture_remote()
/freebsd-13.1/contrib/libpcap/rpcapd/
H A Ddaemon.c1699 …(startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_PROMISC) ? 1 : 0 /* local device, other flags not need… in daemon_msg_startcap_req()