Searched refs:ifconfig_error (Results 1 – 4 of 4) sorted by relevance
| /src/lib/libifconfig/ |
| H A D | libifconfig_carp.c | 84 ifconfig_error(h, NETLINK, ENOTSUP); in _ifconfig_carp_get() 92 ifconfig_error(h, NETLINK, EPROTONOSUPPORT); in _ifconfig_carp_get() 106 ifconfig_error(h, NETLINK, ENOMEM); in _ifconfig_carp_get() 111 ifconfig_error(h, NETLINK, EIO); in _ifconfig_carp_get() 117 ifconfig_error(h, NETLINK, e.error); in _ifconfig_carp_get() 122 ifconfig_error(h, NETLINK, E2BIG); in _ifconfig_carp_get() 134 ifconfig_error(h, NETLINK, E2BIG); in _ifconfig_carp_get() 158 ifconfig_error(h, NETLINK, ENOTSUP); in ifconfig_carp_set_info() 166 ifconfig_error(h, NETLINK, EPROTONOSUPPORT); in ifconfig_carp_set_info() 187 ifconfig_error(h, NETLINK, ENOMEM); in ifconfig_carp_set_info() [all …]
|
| H A D | libifconfig_nl.c | 30 ifconfig_error(h, NETLINK, ENOTSUP); in ifconfig_modify_flags() 44 ifconfig_error(h, NETLINK, ENOMEM); in ifconfig_modify_flags() 50 ifconfig_error(h, NETLINK, EIO); in ifconfig_modify_flags() 56 ifconfig_error(h, NETLINK, e.error); in ifconfig_modify_flags()
|
| 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
|