ifconfig_get_mtu
int ifconfig_get_mtu(ifconfig_handle_t *h, const char *name, int *mtu);
if (ifconfig_get_mtu(lifh, ifa->ifa_name, &mtu) == 0) {