Searched refs:IMSG_NETWORK_DONE (Results 1 – 5 of 5) sorted by relevance
/openbsd/usr.sbin/bgpd/ |
H A D | control.c | 510 case IMSG_NETWORK_DONE: in control_dispatch_msg()
|
H A D | bgpd.h | 654 IMSG_NETWORK_DONE, enumerator
|
H A D | bgpd.c | 1178 if (imsg_compose(ibuf_rde, IMSG_NETWORK_DONE, 0, 0, -1, NULL, 0) == -1) in send_network()
|
H A D | rde.c | 525 case IMSG_NETWORK_DONE: in rde_dispatch_imsg_session() 896 case IMSG_NETWORK_DONE: in rde_dispatch_imsg_parent()
|
/openbsd/usr.sbin/bgpctl/ |
H A D | bgpctl.c | 332 imsg_compose(imsgbuf, IMSG_NETWORK_DONE, 0, 0, -1, in main() 1190 imsg_compose(imsgbuf, IMSG_NETWORK_DONE, in network_bulk() 1386 imsg_compose(imsgbuf, IMSG_NETWORK_DONE, 0, 0, -1, NULL, 0); in network_mrt_dump()
|