Home | History | Annotate | Download | only in rpcapd

Lines Matching refs:isactive

76 	int isactive;		//!< Not null if the daemon has to run in active mode
138 daemon_serviceloop(SOCKET sockctrl_in, SOCKET sockctrl_out, int isactive, int nullAuthAllowed)
170 pars.isactive = isactive; // active mode
206 if (!pars.isactive)
484 if ((!pars.isactive) && ((session == NULL) || ((session != NULL) && (session->sockdata == 0))))
1615 serveropen_dp = (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_SERVEROPEN) || (startcapreq.flags & RPCAP_STARTCAPREQ_FLAG_DGRAM) || pars->isactive;