Searched refs:auth_count (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/dns/
H A Ddns_lookup.c285 int auth_count; /* number of authority records */ member in struct:DNS_REPLY
634 reply->auth_count = ntohs(reply_header->nscount);
637 len, reply->answer_count, reply->auth_count);
1082 && reply.auth_count > 0) {
1083 reply.answer_count = reply.auth_count; /* XXX TODO: Fix API */
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Disakmp_xauth.c488 int auth_count = xauth_rad_config.auth_server_count; local
490 if (auth_count) {
492 for (i = 0; i < auth_count; i++) {
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Dinterworking.c368 u8 elen, auth_count, a; local
383 auth_count = *pos++;
384 wpa_printf(MSG_DEBUG, "EAP Method: len=%u method=%u auth_count=%u",
385 elen, e->method, auth_count);
387 for (a = 0; a < auth_count; a++) {

Completed in 249 milliseconds