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

  /external/libpcap/rpcapd/
daemon.h 41 int nullAuthAllowed);
config_params.h 53 extern int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
fileconf.c 117 nullAuthAllowed = 1;
119 nullAuthAllowed = 0;
186 if (nullAuthAllowed)
rpcapd.c 77 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
222 nullAuthAllowed = 1;
390 nullAuthAllowed);
1194 nullAuthAllowed);
    [all...]
daemon.c 77 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
138 daemon_serviceloop(SOCKET sockctrl_in, SOCKET sockctrl_out, int isactive, int nullAuthAllowed)
171 pars.nullAuthAllowed = nullAuthAllowed;
955 * \param nullAuthAllowed: '1' if the NULL authentication is allowed.
989 if (!pars->nullAuthAllowed)
    [all...]

Completed in 267 milliseconds