Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libpcap/rpcapd/
Dfileconf.c457 nullAuthAllowed = 1; in fileconf_read()
459 nullAuthAllowed = 0; in fileconf_read()
530 nullAuthAllowed ? "YES" : "NO"); in fileconf_save()
Drpcapd.c77 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise variable
227 nullAuthAllowed = 1; in main()
402 nullAuthAllowed); in main()
1239 nullAuthAllowed); in accept_connection()
1327 hostlist_copy, nullAuthAllowed); in main_active()
1355 nullAuthAllowed); in main_passive_serviceloop_thread()
Ddaemon.h42 int nullAuthAllowed);
Dconfig_params.h53 extern int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
Ddaemon.c94 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise member
163 int nullAuthAllowed) in daemon_serviceloop() argument
198 pars.nullAuthAllowed = nullAuthAllowed; in daemon_serviceloop()
988 if (!pars->nullAuthAllowed) in daemon_msg_auth_req()