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

  /src/external/bsd/libpcap/dist/
rpcap-protocol.h 399 #define RPCAP_STARTCAPREQ_FLAG_SERVEROPEN 0x00000004 /* The server has to open the data connection toward the client */
pcap-rpcap.c 1267 startcapreq->flags |= RPCAP_STARTCAPREQ_FLAG_SERVEROPEN;
  /src/external/bsd/libpcap/dist/rpcapd/
daemon.c 2049 serveropen_dp = (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_SERVEROPEN) || (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM) || pars->isactive;

Completed in 28 milliseconds