| /src/external/bsd/tcpdump/dist/ |
| print-vrrp.c | 114 int version, type, auth_type = VRRP_AUTH_NONE; /* keep compiler happy */ local 130 auth_type = GET_U_1(bp + 4); 131 ND_PRINT(", authtype %s", tok2str(auth2str, NULL, auth_type)); 183 if (version == 2 && auth_type == VRRP_AUTH_SIMPLE) { /* simple text password */
|
| print-bfd.c | 101 nd_uint8_t auth_type; member in struct:bfd_auth_header_t 107 enum auth_type { enum 192 uint8_t auth_type, auth_len; local 198 auth_type = GET_U_1(bfd_auth_header->auth_type); 201 tok2str(bfd_v1_authentication_values,"Unknown",auth_type), 202 auth_type, auth_len); 206 switch(auth_type) {
|
| print-rip.c | 244 uint16_t auth_type = GET_BE_U_2(eh->rip_tag); local 248 if (auth_type == 2) { 251 } else if (auth_type == 3) { 267 } else if (auth_type == 1) { 273 auth_type);
|
| print-lisp.c | 168 static const struct tok auth_type[] = { variable in typeref:struct:tok 277 tok2str(auth_type, "unknown-type", key_id));
|
| print-isoclns.c | 2497 uint8_t auth_type; local 3105 auth_type = GET_U_1(tptr); 3112 auth_type)); 3114 switch (auth_type) {
|
| /src/sys/nfs/ |
| nfs_clntsocket.c | 512 int t1, s, error = 0, mrest_len, auth_len, auth_type; local 552 auth_type = RPCAUTH_KERB4; 616 auth_type = RPCAUTH_UNIX; 622 m = nfsm_rpchead(cred, nmp->nm_flag, procnum, auth_type, auth_len,
|
| nfs_socket.c | 1013 u_int32_t nfsvers, auth_type; local 1067 auth_type = *tl++; 1078 if (auth_type == rpc_auth_unix) { 1132 } else if (auth_type == rpc_auth_kerb) {
|
| /src/external/bsd/iscsi/dist/include/ |
| parameters.h | 91 char *auth_type; /* preferred authentication type */ member in struct:iscsi_cred_t 108 uint8_t auth_type; member in struct:iscsi_sess_param_t
|
| /src/external/bsd/wpa/dist/src/wps/ |
| wps_enrollee.c | 255 u16 auth_type = wps->wps->ap_auth_type; local 262 if (auth_type & WPS_AUTH_WPA2PSK) 263 auth_type = WPS_AUTH_WPA2PSK; 264 else if (auth_type & WPS_AUTH_WPAPSK) 265 auth_type = WPS_AUTH_WPAPSK; 266 else if (auth_type & WPS_AUTH_OPEN) 267 auth_type = WPS_AUTH_OPEN; 269 wpa_printf(MSG_DEBUG, "WPS: * Authentication Type (0x%x)", auth_type); 272 wpabuf_put_be16(msg, auth_type); 856 (cred.auth_type & (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) = [all...] |
| wps_attr_parse.h | 45 const u8 *auth_type; /* 2 octets */ member in struct:wps_parse_attr
|
| wps_i.h | 92 * auth_type - Available authentication types 94 u16 auth_type; member in struct:wps_data
|
| wps.h | 37 * @auth_type: Authentication Type (WPS_AUTH_OPEN, .. flags) 50 u16 auth_type; member in struct:wps_credential
|
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| isakmp_xauth.h | 171 int auth_type; member in struct:xauth_ldap_config
|
| /src/external/bsd/wpa/dist/src/common/ |
| privsep_commands.h | 105 u16 auth_type; member in struct:privsep_event_auth
|
| /src/sbin/routed/rtquery/ |
| rtquery.c | 119 int auth_type = RIP_AUTH_NONE; variable 258 auth_type = RIP_AUTH_PW; 260 auth_type = RIP_AUTH_MD5; 266 if (auth_type == RIP_AUTH_MD5 394 if (auth_type == RIP_AUTH_PW) { 401 } else if (auth_type == RIP_AUTH_MD5) {
|
| /src/sys/dev/iscsi/ |
| iscsi.h | 68 iscsi_auth_types_t auth_type[ISCSI_AUTH_OPTIONS]; member in struct:__anon3128 80 Indicates the number of elements in auth_type. 82 auth_type
|
| /src/external/bsd/iscsi/dist/src/lib/ |
| initiator.c | 199 int auth_type; local 212 auth_type = s->sess_params.auth_type; 213 if (s->sess_params.cred.user && auth_type != AuthNone) { 222 s->sess_params.auth_type = auth_type; 469 if (sess->sess_params.auth_type != AuthNone) { 935 sess->sess_params.auth_type = AuthNone; 3705 ii_initiator_init(const char *hostname, int port, int address_family, const char *user, char *lun, int auth_type, int mutual_auth, int digest_type) 3738 sess->sess_params.auth_type = auth_type [all...] |
| /src/external/bsd/libpcap/dist/ |
| pcap-rpcap.c | 1981 uint16 auth_type; local 2027 auth_type = (uint16)auth->type; 2031 auth_type = RPCAP_RMTAUTH_NULL; 2050 rpauth->type = htons(auth_type); 2052 if (auth_type == RPCAP_RMTAUTH_PWD)
|
| /src/external/bsd/wpa/dist/hostapd/ |
| config_file.c | 4199 u8 auth_type; local 4201 if (hexstr2bin(pos, &auth_type, 1)) { 4207 if (auth_type == 0 || auth_type == 2) 4215 *bss->network_auth_type = auth_type;
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_nl80211_event.c | 226 event.auth.auth_type = le_to_host16(mgmt->u.auth.auth_alg); 1653 u16 stype = 0, auth_type = 0; local 1706 auth_type = le_to_host16(mgmt->u.auth.auth_alg); 1710 auth_type == host_to_le16(WLAN_AUTH_PASN)) {
|
| driver.h | 6269 u16 auth_type; member in struct:wpa_event_data::auth_info
|
| /src/external/bsd/wpa/dist/wpa_supplicant/dbus/ |
| dbus_new.c | 730 char *auth_type[5]; /* we have five possible authentication types */ local 751 if (cred->auth_type & WPS_AUTH_OPEN) 752 auth_type[at_num++] = "open"; 754 if (cred->auth_type & WPS_AUTH_WPAPSK) 755 auth_type[at_num++] = "wpa-psk"; 756 if (cred->auth_type & WPS_AUTH_WPA) 757 auth_type[at_num++] = "wpa-eap"; 759 if (cred->auth_type & WPS_AUTH_WPA2) 760 auth_type[at_num++] = "wpa2-eap"; 761 if (cred->auth_type & WPS_AUTH_WPA2PSK [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| wps_supplicant.c | 379 u16 auth_type; local 409 cred->auth_type); 417 auth_type = cred->auth_type; 418 if (auth_type == (WPS_AUTH_WPAPSK | WPS_AUTH_WPA2PSK)) { 420 "auth_type into WPA2PSK"); 421 auth_type = WPS_AUTH_WPA2PSK; 424 if (auth_type != WPS_AUTH_OPEN && 425 auth_type != WPS_AUTH_WPAPSK && 426 auth_type != WPS_AUTH_WPA2PSK) [all...] |
| /src/sys/dev/ic/ |
| bwfmreg.h | 787 uint32_t auth_type; member in struct:bwfm_event_msg
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_netbsd.cpp | 200 iscsi_auth_types_t auth_type[4]; member in struct:__anon14581
|