ifconfig_set_mtu
int ifconfig_set_mtu(ifconfig_handle_t *h, const char *name, const int mtu);
if (ifconfig_set_mtu(lifh, ifname, mtu) == 0) {