Home
last modified time | relevance | path

Searched refs:ifconfig_error (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/lib/libifconfig/
H A Dlibifconfig_carp.c81 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 Dlibifconfig_internal.h86 void ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error);
H A Dlibifconfig_internal.c112 ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error) in ifconfig_error() function