Home
last modified time | relevance | path

Searched refs:nullAuthAllowed (Results 1 – 5 of 5) sorted by relevance

/external/libpcap/rpcapd/
Dfileconf.c117 nullAuthAllowed = 1; in fileconf_read()
119 nullAuthAllowed = 0; in fileconf_read()
186 if (nullAuthAllowed) in fileconf_save()
Drpcapd.c77 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise variable
222 nullAuthAllowed = 1; in main()
390 nullAuthAllowed); in main()
1194 nullAuthAllowed); in accept_connection()
1273 nullAuthAllowed); in main_active()
1303 (void)daemon_serviceloop(sockctrl, sockctrl, 0, nullAuthAllowed); in main_passive_serviceloop_thread()
Ddaemon.h41 int nullAuthAllowed);
Dconfig_params.h53 extern int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
Ddaemon.c77 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise member
138 daemon_serviceloop(SOCKET sockctrl_in, SOCKET sockctrl_out, int isactive, int nullAuthAllowed) in daemon_serviceloop() argument
171 pars.nullAuthAllowed = nullAuthAllowed; in daemon_serviceloop()
989 if (!pars->nullAuthAllowed) in daemon_msg_auth_req()