Searched refs:errtype (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/lib/libifconfig/ |
| HD | libifconfig.c | 70 h->error.errtype = OK; in isnd6defif() 108 return (h->error.errtype); in ifconfig_err_errtype() 180 h->error.errtype = OTHER; in ifconfig_get_description() 198 h->error.errtype = OTHER; in ifconfig_get_description() 212 h->error.errtype = OTHER; in ifconfig_get_description() 240 h->error.errtype = OTHER; in ifconfig_set_description() 279 h->error.errtype = OTHER; in ifconfig_set_name() 334 h->error.errtype = OTHER; in ifconfig_get_orig_name() 398 } else if (h->error.errtype != OK) { in ifconfig_get_nd6() 512 h->error.errtype = OTHER; in ifconfig_get_groups() [all …]
|
| HD | libifconfig_internal.c | 64 h->error.errtype = IOCTL; in ifconfig_ioctlwrap() 82 h->error.errtype = SOCKET; in ifconfig_socket() 95 h->error.errtype = SOCKET; in ifconfig_socket()
|
| HD | libifconfig_bridge.c | 76 h->error.errtype = OTHER; in ifconfig_bridge_get_bridge_status() 120 h->error.errtype = OTHER; in ifconfig_bridge_get_bridge_status()
|
| HD | libifconfig_internal.h | 36 ifconfig_errtype errtype; member
|
| HD | libifconfig_sfp.c | 136 h->error.errtype = OTHER; in i2c_info_init() 396 ii->h->error.errtype = OTHER; in get_sfp_status() 405 ii->h->error.errtype = OTHER; in get_sfp_status() 441 ii->h->error.errtype = OTHER; in get_qsfp_status()
|
| HD | libifconfig_media.c | 448 h->error.errtype = OTHER; in ifconfig_media_get_mediareq() 461 h->error.errtype = OK; in ifconfig_media_get_mediareq() 473 h->error.errtype = OTHER; in ifconfig_media_get_mediareq()
|
| HD | libifconfig_lagg.c | 72 h->error.errtype = OTHER; in ifconfig_lagg_get_lagg_status()
|
| /freebsd-13-stable/crypto/openssl/ssl/statem/ |
| HD | 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-stable/contrib/libpcap/ |
| HD | sockutils.c | 395 sock_errtype errtype; member 418 if (addr_a->errtype == addr_b->errtype) in compare_addrs_to_try_by_status() 427 return addr_a->errtype - addr_b->errtype; in compare_addrs_to_try_by_status() 641 addrs_to_try[i].errtype = SOCK_NOERR; in sock_open() 695 addrs_to_try[i].errtype = in sock_open() 742 if (addrs_to_try[0].errtype == SOCK_CONNERR) { in sock_open()
|
| /freebsd-13-stable/contrib/smbfs/lib/smb/ |
| HD | subr.c | 106 int errtype = error & SMB_ERRTYPE_MASK; in smb_error() local 116 switch (errtype) { in smb_error()
|
| /freebsd-13-stable/sys/dev/ice/ |
| HD | ice_lib.c | 4615 u8 index, errtype, objtype; in ice_log_hmc_error() local 4622 errtype = (u8)((info & PFHMC_ERRORINFO_HMC_ERROR_TYPE_M) >> in ice_log_hmc_error() 4633 errtype, objtype, data); in ice_log_hmc_error() 4635 switch (errtype) { in ice_log_hmc_error()
|