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

/freebsd-11-stable/contrib/libpcap/rpcapd/
H A Ddaemon.h42 int nullAuthAllowed);
H A Dconfig_params.h53 extern int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
H A Dfileconf.c457 nullAuthAllowed = 1;
459 nullAuthAllowed = 0;
530 nullAuthAllowed ? "YES" : "NO");
H A Drpcapd.c77 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise variable
227 nullAuthAllowed = 1;
402 nullAuthAllowed);
1239 nullAuthAllowed);
1327 hostlist_copy, nullAuthAllowed);
1355 nullAuthAllowed);
H A Ddaemon.c94 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise member in struct:daemon_slpars
163 int nullAuthAllowed)
198 pars.nullAuthAllowed = nullAuthAllowed;
952 * \param nullAuthAllowed: '1' if the NULL authentication is allowed.
988 if (!pars->nullAuthAllowed)
162 daemon_serviceloop(SOCKET sockctrl, int isactive, char *passiveClients, int nullAuthAllowed) argument

Completed in 66 milliseconds