HomeSort by relevance Sort by last modified time
    Searched refs:isactive (Results 1 - 2 of 2) sorted by null

  /external/libpcap/rpcapd/
daemon.h 40 int daemon_serviceloop(SOCKET sockctrl_in, SOCKET sockctrl_out, int isactive,
daemon.c 76 int isactive; //!< Not null if the daemon has to run in active mode member in struct:daemon_slpars
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))))
    [all...]

Completed in 1566 milliseconds