Searched refs:ifconfig_error (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/lib/libifconfig/ |
| H A D | libifconfig_carp.c | 81 ifconfig_error(h, NETLINK, ENOTSUP); in _ifconfig_carp_get() 89 ifconfig_error(h, NETLINK, EPROTONOSUPPORT); in _ifconfig_carp_get() 103 ifconfig_error(h, NETLINK, ENOMEM); in _ifconfig_carp_get() 108 ifconfig_error(h, NETLINK, EIO); in _ifconfig_carp_get() 114 ifconfig_error(h, NETLINK, e.error); in _ifconfig_carp_get() 119 ifconfig_error(h, NETLINK, E2BIG); in _ifconfig_carp_get() 131 ifconfig_error(h, NETLINK, E2BIG); in _ifconfig_carp_get() 155 ifconfig_error(h, NETLINK, ENOTSUP); in ifconfig_carp_set_info() 181 ifconfig_error(h, NETLINK, ENOMEM); in ifconfig_carp_set_info() 187 ifconfig_error(h, NETLINK, EIO); in ifconfig_carp_set_info() [all …]
|
| H A D | libifconfig_internal.h | 86 void ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error);
|
| H A D | libifconfig_internal.c | 112 ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error) in ifconfig_error() function
|