RIP6_MAXMTU
if (ifcp->ifc_mtu > RIP6_MAXMTU)
ifcp->ifc_mtu = RIP6_MAXMTU;
if ((ripbuf = calloc(RIP6_MAXMTU, 1)) == NULL)
char buf[4 * RIP6_MAXMTU];