Home
last modified time | relevance | path

Searched refs:ifconfig_err_errtype (Results 1 – 11 of 11) sorted by relevance

/freebsd/share/examples/libifconfig/
H A Difdestroy.c68 switch (ifconfig_err_errtype(lifh)) { in main()
H A Difcreate.c69 switch (ifconfig_err_errtype(lifh)) { in main()
H A Dsetmtu.c72 switch (ifconfig_err_errtype(lifh)) { in main()
H A Difcreatevlan.c78 switch (ifconfig_err_errtype(lifh)) { in main()
H A Dsetdescription.c72 switch (ifconfig_err_errtype(lifh)) { in main()
H A Difchangevlan.c79 switch (ifconfig_err_errtype(lifh)) { in main()
H A Dstatus.c409 if (ifconfig_err_errtype(lifh) != OK) { in print_media()
/freebsd/lib/libifconfig/
H A DSymbol.map10 ifconfig_err_errtype;
H A Dlibifconfig.h132 ifconfig_errtype ifconfig_err_errtype(ifconfig_handle_t *h);
H A Dlibifconfig.c105 ifconfig_err_errtype(ifconfig_handle_t *h) in ifconfig_err_errtype() function
/freebsd/sbin/ifconfig/
H A Difconfig_netlink.c416 if (ifconfig_err_errtype(lifh) == OTHER) in status_nl()
422 ifconfig_err_errtype(lifh)); in status_nl()