/netbsd-src/sbin/routed/rtquery/ |
H A D | rtquery.c | 119 int auth_type = RIP_AUTH_NONE; variable 258 auth_type = RIP_AUTH_PW; in main() 260 auth_type = RIP_AUTH_MD5; in main() 266 if (auth_type == RIP_AUTH_MD5 in main() 394 if (auth_type == RIP_AUTH_PW) { in query_loop() 401 } else if (auth_type == RIP_AUTH_MD5) { in query_loop()
|
/netbsd-src/external/bsd/iscsi/dist/include/ |
H A D | parameters.h | 91 char *auth_type; /* preferred authentication type */ member 108 uint8_t auth_type; member
|
/netbsd-src/sys/nfs/ |
H A D | nfs_clntsocket.c | 512 int t1, s, error = 0, mrest_len, auth_len, auth_type; in nfs_request() local 552 auth_type = RPCAUTH_KERB4; in nfs_request() 616 auth_type = RPCAUTH_UNIX; in nfs_request() 622 m = nfsm_rpchead(cred, nmp->nm_flag, procnum, auth_type, auth_len, in nfs_request()
|
H A D | nfs_socket.c | 1003 u_int32_t nfsvers, auth_type; in nfs_getreq() local 1057 auth_type = *tl++; in nfs_getreq() 1068 if (auth_type == rpc_auth_unix) { in nfs_getreq() 1122 } else if (auth_type == rpc_auth_kerb) { in nfs_getreq()
|
H A D | nfs_subs.c | 605 int auth_type, int auth_len, char *auth_str, int verf_len, in nfsm_rpchead() argument 651 *tl++ = txdr_unsigned(auth_type); in nfsm_rpchead() 653 switch (auth_type) { in nfsm_rpchead()
|
/netbsd-src/sys/dev/iscsi/ |
H A D | iscsi.h | 68 iscsi_auth_types_t auth_type[ISCSI_AUTH_OPTIONS]; member
|
H A D | iscsi_ioctl.c | 1057 if (par->auth_info.auth_type[i] < ISCSI_AUTH_None) { in check_login_pars() 1059 par->auth_info.auth_type[i])); in check_login_pars() 1063 if (par->auth_info.auth_type[i] > ISCSI_AUTH_CHAP) { in check_login_pars() 1065 par->auth_info.auth_type[i])); in check_login_pars() 1068 n = max(n, par->auth_info.auth_type[i]); in check_login_pars()
|
H A D | iscsi_text.c | 1293 cpar->val.nval[i] = par->auth_info.auth_type[i]; in assemble_login_parameters() 1294 if (par->auth_info.auth_type[i]) in assemble_login_parameters()
|
/netbsd-src/sbin/iscsictl/ |
H A D | iscsic_parse.c | 375 auth->auth_info.auth_type[n] = ISCSI_AUTH_None; in cl_get_auth_opts() 378 auth->auth_info.auth_type[n] = ISCSI_AUTH_CHAP; in cl_get_auth_opts() 381 auth->auth_info.auth_type[n] = ISCSI_AUTH_CHAP; in cl_get_auth_opts()
|
/netbsd-src/external/bsd/wpa/dist/src/wps/ |
H A D | wps_attr_parse.h | 45 const u8 *auth_type; /* 2 octets */ member
|
H A D | wps_validate.c | 1043 wps_validate_auth_type(attr.auth_type, 1) || in wps_validate_cred() 1742 wps_validate_auth_type(attr.auth_type, !ap) || in wps_validate_m7_encr() 1814 wps_validate_auth_type(attr.auth_type, ap) || in wps_validate_m8_encr()
|
H A D | wps_common.c | 371 data.auth_type = wps->auth_types; in wps_get_oob_cred() 393 cred.auth_type = WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK; in wps_get_oob_cred()
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | isakmp_xauth.h | 171 int auth_type; member
|
H A D | isakmp_xauth.c | 816 xauth_ldap_config.auth_type = LDAP_AUTH_SIMPLE; in xauth_ldap_init_conf()
|
/netbsd-src/external/bsd/iscsi/dist/src/lib/ |
H A D | initiator.c | 199 int auth_type; in session_init_i() local 212 auth_type = s->sess_params.auth_type; in session_init_i() 213 if (s->sess_params.cred.user && auth_type != AuthNone) { in session_init_i() 222 s->sess_params.auth_type = auth_type; in session_init_i() 469 if (sess->sess_params.auth_type != AuthNone) { in params_out() 935 sess->sess_params.auth_type = AuthNone; in iscsi_initiator_start() 3705 …ostname, int port, int address_family, const char *user, char *lun, int auth_type, int mutual_auth… in ii_initiator_init() argument 3738 sess->sess_params.auth_type = auth_type; in ii_initiator_init()
|
H A D | parameters.c | 422 cred->auth_type = strdup(authtype); in find_credentials() 444 if (cred->auth_type) { 445 iscsi_free_atomic(cred->auth_type);
|
/netbsd-src/external/ibm-public/postfix/dist/ |
H A D | RELEASE_NOTES-3.1 | 54 For example, with "milter_macro_defaults = auth_type=TLS", the 55 Postfix SMTP server will send an auth_type of "TLS" to a Milter,
|
H A D | HISTORY | 21744 "milter_macro_defaults = auth_type=TLS", Postfix will send 21745 an auth_type of "TLS" unless a remote client authenticates
|
/netbsd-src/sys/dev/ic/ |
H A D | bwfmreg.h | 787 uint32_t auth_type; member
|
/netbsd-src/sys/dev/pcmcia/ |
H A D | if_ray.c | 1561 ray_send_auth(struct ray_softc *sc, uint8_t *dest, uint8_t auth_type) in ray_send_auth() argument 1587 var[2] = auth_type; in ray_send_auth()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cpp | 200 iscsi_auth_types_t auth_type[4]; member
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_platform_limits_netbsd.cc | 200 iscsi_auth_types_t auth_type[4]; member
|