eigrp_sendboth
static int eigrp_sendboth(enum imsg_type, void *, uint16_t);
if (eigrp_sendboth(IMSG_RECONF_CONF, xconf, sizeof(*xconf)) == -1)
if (eigrp_sendboth(IMSG_RECONF_INSTANCE, eigrp,
if (eigrp_sendboth(IMSG_RECONF_IFACE, ei->iface,
if (eigrp_sendboth(IMSG_RECONF_EIGRP_IFACE, ei,
if (eigrp_sendboth(IMSG_RECONF_END, NULL, 0) == -1)