Home
last modified time | relevance | path

Searched refs:ifconfig_get_mtu (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libifconfig/
H A DSymbol.map20 ifconfig_get_mtu;
H A Dlibifconfig.h173 int ifconfig_get_mtu(ifconfig_handle_t *h, const char *name, int *mtu);
H A Dlibifconfig.c372 ifconfig_get_mtu(ifconfig_handle_t *h, const char *name, int *mtu) in ifconfig_get_mtu() function
/freebsd/share/examples/libifconfig/
H A Dstatus.c477 if (ifconfig_get_mtu(lifh, ifa->ifa_name, &mtu) == 0) { in print_iface()