Home
last modified time | relevance | path

Searched refs:errtype (Results 1 – 12 of 12) sorted by relevance

/freebsd/lib/libifconfig/
H A Dlibifconfig_internal.c64 h->error.errtype = IOCTL; in ifconfig_ioctlwrap()
82 h->error.errtype = SOCKET; in ifconfig_socket()
95 h->error.errtype = SOCKET; in ifconfig_socket()
107 h->error.errtype = OK; in ifconfig_error_clear()
114 h->error.errtype = type; in ifconfig_error()
H A Dlibifconfig.c70 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 …]
H A Dlibifconfig_bridge.c76 h->error.errtype = OTHER; in ifconfig_bridge_get_bridge_status()
120 h->error.errtype = OTHER; in ifconfig_bridge_get_bridge_status()
H A Dlibifconfig_sfp.c136 h->error.errtype = OTHER; in i2c_info_init()
397 ii->h->error.errtype = OTHER; in get_sfp_status()
406 ii->h->error.errtype = OTHER; in get_sfp_status()
442 ii->h->error.errtype = OTHER; in get_qsfp_status()
H A Dlibifconfig_media.c448 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()
H A Dlibifconfig_internal.h36 ifconfig_errtype errtype; member
H A Dlibifconfig_lagg.c72 h->error.errtype = OTHER; in ifconfig_lagg_get_lagg_status()
/freebsd/crypto/openssl/ssl/statem/
H A Dstatem_dtls.c54 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len);
333 int errtype; in dtls_get_message() local
339 if (!dtls_get_reassembled_message(s, &errtype, &tmplen)) { in dtls_get_message()
340 if (errtype == DTLS1_HM_BAD_FRAGMENT in dtls_get_message()
341 || errtype == DTLS1_HM_FRAGMENT_RETRY) { in dtls_get_message()
802 static int dtls_get_reassembled_message(SSL *s, int *errtype, size_t *len) in dtls_get_reassembled_message() argument
811 *errtype = 0; in dtls_get_reassembled_message()
884 *errtype = dtls1_process_out_of_seq_message(s, &msg_hdr); in dtls_get_reassembled_message()
896 *errtype = dtls1_reassemble_fragment(s, &msg_hdr); in dtls_get_reassembled_message()
1014 int ret, errtype; in dtls_wait_for_dry() local
[all …]
/freebsd/contrib/libpcap/
H A Dsockutils.c395 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/contrib/smbfs/lib/smb/
H A Dsubr.c106 int errtype = error & SMB_ERRTYPE_MASK; in smb_error() local
116 switch (errtype) { in smb_error()
/freebsd/crypto/openssl/test/
H A Ddanetest.c98 char *errtype = 0; /* if error: cert or pkey? */ in STACK_OF() local
106 count < nelem && errtype == 0 in STACK_OF()
/freebsd/sys/dev/ice/
H A Dice_lib.c4711 u8 index, errtype, objtype; in ice_add_sysctls_eth_stats()
4718 errtype = (u8)((info & PFHMC_ERRORINFO_HMC_ERROR_TYPE_M) >> in ice_add_sysctls_eth_stats()
4729 errtype, objtype, data); in ice_add_sysctls_eth_stats()
4731 switch (errtype) {
4615 u8 index, errtype, objtype; ice_log_hmc_error() local