sbin/unwind/unwind.c
601
if (main_sendall(IMSG_RECONF_CONF, xconf, sizeof(*xconf)) == -1)
sbin/unwind/unwind.c
605
if (main_sendall(IMSG_RECONF_BLOCKLIST_FILE,
sbin/unwind/unwind.c
613
if (main_sendall(IMSG_RECONF_FORWARDER, uw_forwarder,
sbin/unwind/unwind.c
621
if (main_sendall(IMSG_RECONF_DOT_FORWARDER, uw_forwarder,
sbin/unwind/unwind.c
626
if (main_sendall(IMSG_RECONF_FORCE, force_entry,
sbin/unwind/unwind.c
632
if (main_sendall(IMSG_RECONF_END, NULL, 0) == -1)
sbin/unwind/unwind.c
73
int main_sendall(enum imsg_type, void *, uint16_t);