Searched refs:errtype (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/lib/libifconfig/ |
| H A D | libifconfig.c | 72 h->error.errtype = OK; in isnd6defif() 110 return (h->error.errtype); in ifconfig_err_errtype() 182 h->error.errtype = OTHER; in ifconfig_get_description() 214 h->error.errtype = OTHER; in ifconfig_get_description() 242 h->error.errtype = OTHER; in ifconfig_set_description() 281 h->error.errtype = OTHER; in ifconfig_set_name() 336 h->error.errtype = OTHER; in ifconfig_get_orig_name() 514 h->error.errtype = OTHER; in ifconfig_get_groups() 568 h->error.errtype = OTHER; in ifconfig_create_interface() 580 h->error.errtype = OTHER; in ifconfig_create_interface() [all …]
|
| H A D | libifconfig_internal.c | 66 h->error.errtype = IOCTL; in ifconfig_ioctlwrap() 84 h->error.errtype = SOCKET; in ifconfig_socket() 97 h->error.errtype = SOCKET; in ifconfig_socket()
|
| H A D | libifconfig_bridge.c | 78 h->error.errtype = OTHER; in ifconfig_bridge_get_bridge_status() 122 h->error.errtype = OTHER; in ifconfig_bridge_get_bridge_status()
|
| H A D | libifconfig_internal.h | 38 ifconfig_errtype errtype; member
|
| H A D | libifconfig_sfp.c | 138 h->error.errtype = OTHER; in i2c_info_init() 398 ii->h->error.errtype = OTHER; in get_sfp_status() 407 ii->h->error.errtype = OTHER; in get_sfp_status() 443 ii->h->error.errtype = OTHER; in get_qsfp_status()
|
| H A D | libifconfig_media.c | 450 h->error.errtype = OTHER; in ifconfig_media_get_mediareq() 463 h->error.errtype = OK; in ifconfig_media_get_mediareq() 475 h->error.errtype = OTHER; in ifconfig_media_get_mediareq()
|
| H A D | libifconfig_lagg.c | 74 h->error.errtype = OTHER; in ifconfig_lagg_get_lagg_status()
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | statem_dtls.c | 54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len); 337 int errtype; in dtls_get_message() local 343 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) { in dtls_get_message() 344 if (errtype == DTLS1_HM_BAD_FRAGMENT in dtls_get_message() 345 || errtype == DTLS1_HM_FRAGMENT_RETRY) { in dtls_get_message() 737 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len) in dtls_get_reassembled_message() argument 745 *errtype = 0; in dtls_get_reassembled_message() 816 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr); in dtls_get_reassembled_message() 821 *errtype = dtls1_reassemble_fragment(s, &msg_hdr); in dtls_get_reassembled_message() 933 int ret, errtype; in dtls_wait_for_dry() local [all …]
|
| /freebsd-13.1/contrib/smbfs/lib/smb/ |
| H A D | subr.c | 106 int errtype = error & SMB_ERRTYPE_MASK; in smb_error() local 116 switch (errtype) { in smb_error()
|
| /freebsd-13.1/sys/dev/ice/ |
| H A D | ice_lib.c | 4193 u8 index, errtype, objtype; in ice_log_hmc_error() local 4200 errtype = (u8)((info & PFHMC_ERRORINFO_HMC_ERROR_TYPE_M) >> in ice_log_hmc_error() 4211 errtype, objtype, data); in ice_log_hmc_error() 4213 switch (errtype) { in ice_log_hmc_error()
|