/openbsd/sbin/unwind/ |
H A D | unwind.h | 93 IMSG_RECONF_CONF, enumerator
|
H A D | unwind.c | 601 if (main_sendall(IMSG_RECONF_CONF, xconf, sizeof(*xconf)) == -1) in main_imsg_send_config() 892 case IMSG_RECONF_CONF: in imsg_receive_config()
|
/openbsd/usr.sbin/rad/ |
H A D | rad.h | 54 IMSG_RECONF_CONF, enumerator
|
H A D | engine.c | 331 case IMSG_RECONF_CONF: in engine_dispatch_main()
|
H A D | rad.c | 584 if (main_sendboth(IMSG_RECONF_CONF, xconf, sizeof(*xconf)) == -1) in main_imsg_send_config()
|
/openbsd/sbin/dhcp6leased/ |
H A D | dhcp6leased.h | 151 IMSG_RECONF_CONF, enumerator
|
H A D | dhcp6leased.c | 672 main_imsg_compose_frontend(IMSG_RECONF_CONF, -1, xconf, sizeof(*xconf)); in main_imsg_send_config() 673 main_imsg_compose_engine(IMSG_RECONF_CONF, -1, xconf, sizeof(*xconf)); in main_imsg_send_config()
|
H A D | frontend.c | 325 case IMSG_RECONF_CONF: in frontend_dispatch_main()
|
/openbsd/sbin/dhcpleased/ |
H A D | dhcpleased.h | 202 IMSG_RECONF_CONF, enumerator
|
H A D | dhcpleased.c | 735 main_imsg_compose_frontend(IMSG_RECONF_CONF, -1, NULL, 0); in main_imsg_send_config() 736 main_imsg_compose_engine(IMSG_RECONF_CONF, -1, NULL, 0); in main_imsg_send_config() 1332 I2S(IMSG_RECONF_CONF); in i2s()
|
H A D | frontend.c | 349 case IMSG_RECONF_CONF: in frontend_dispatch_main()
|
/openbsd/usr.sbin/bgpd/ |
H A D | bgpd.c | 623 if (imsg_compose(ibuf_se, IMSG_RECONF_CONF, 0, 0, -1, in send_config() 626 if (imsg_compose(ibuf_rde, IMSG_RECONF_CONF, 0, 0, -1, in send_config() 629 if (imsg_compose(ibuf_rtr, IMSG_RECONF_CONF, 0, 0, -1, in send_config()
|
H A D | rtr.c | 361 case IMSG_RECONF_CONF: in rtr_dispatch_imsg_parent()
|
H A D | bgpd.h | 665 IMSG_RECONF_CONF, enumerator
|
/openbsd/usr.sbin/eigrpd/ |
H A D | eigrpd.h | 114 IMSG_RECONF_CONF, enumerator
|
H A D | eigrpd.c | 588 if (eigrp_sendboth(IMSG_RECONF_CONF, xconf, sizeof(*xconf)) == -1) in main_imsg_send_config()
|
H A D | eigrpe.c | 313 case IMSG_RECONF_CONF: in eigrpe_dispatch_main()
|
H A D | rde.c | 381 case IMSG_RECONF_CONF: in rde_dispatch_parent()
|
/openbsd/usr.sbin/ospf6d/ |
H A D | ospf6d.h | 128 IMSG_RECONF_CONF, enumerator
|
H A D | ospf6d.c | 628 if (ospf_sendboth(IMSG_RECONF_CONF, xconf, sizeof(*xconf)) == -1) in ospf_reload()
|
H A D | ospfe.c | 377 case IMSG_RECONF_CONF: in ospfe_dispatch_main()
|
/openbsd/usr.sbin/ospfd/ |
H A D | ospfd.h | 130 IMSG_RECONF_CONF, enumerator
|
H A D | ospfd.c | 661 if (ospf_sendboth(IMSG_RECONF_CONF, xconf, sizeof(*xconf)) == -1) in ospf_reload()
|
/openbsd/usr.sbin/ldpd/ |
H A D | ldpd.h | 125 IMSG_RECONF_CONF, enumerator
|
H A D | ldpe.c | 386 case IMSG_RECONF_CONF: in ldpe_dispatch_main()
|