HomeSort by: relevance | last modified time | path
    Searched defs:nullAuthAllowed (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libpcap/dist/rpcapd/
rpcapd.c 81 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
255 nullAuthAllowed = 1;
471 nullAuthAllowed, uses_ssl);
1311 nullAuthAllowed, uses_ssl);
1403 hostlist_copy, nullAuthAllowed, uses_ssl);
1431 nullAuthAllowed, uses_ssl);
daemon.c 99 int nullAuthAllowed; //!< '1' if we permit NULL authentication, '0' otherwise
213 int nullAuthAllowed, int uses_ssl)
421 pars.nullAuthAllowed = nullAuthAllowed;
1206 * \param nullAuthAllowed: '1' if the NULL authentication is allowed.
1242 if (!pars->nullAuthAllowed)

Completed in 18 milliseconds