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

/freebsd-current/lib/libifconfig/
H A Dlibifconfig_internal.h86 void ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error);
H A Dlibifconfig_carp.c84 ifconfig_error(h, NETLINK, ENOTSUP);
92 ifconfig_error(h, NETLINK, EPROTONOSUPPORT);
106 ifconfig_error(h, NETLINK, ENOMEM);
111 ifconfig_error(h, NETLINK, EIO);
117 ifconfig_error(h, NETLINK, e.error);
122 ifconfig_error(h, NETLINK, E2BIG);
134 ifconfig_error(h, NETLINK, E2BIG);
158 ifconfig_error(h, NETLINK, ENOTSUP);
166 ifconfig_error(h, NETLINK, EPROTONOSUPPORT);
187 ifconfig_error(
[all...]
H A Dlibifconfig_internal.c112 ifconfig_error(ifconfig_handle_t *h, ifconfig_errtype type, int error) function

Completed in 121 milliseconds