getifmtu
size = size * getifmtu(pa->ifname);
ifmtu = getifmtu(pa->ifname);
u_long getifmtu(char *);
ifcp->ifc_mtu = getifmtu(ifcp->ifc_index);
static int getifmtu(int);