Searched refs:imsg_ctl_rde_msg (Results 1 – 3 of 3) sorted by relevance
/openbsd/usr.sbin/bgpd/ |
H A D | control.c | 228 imsg_ctl_rde_msg(IMSG_CTL_TERMINATE, 0, c->imsgbuf.pid); in control_close() 262 if (imsg_ctl_rde_msg(IMSG_XON, 0, c->imsgbuf.pid) != -1) in control_dispatch_msg() 339 imsg_ctl_rde_msg(type, in control_dispatch_msg() 364 imsg_ctl_rde_msg(IMSG_CTL_END, 0, pid); in control_dispatch_msg() 589 if (imsg_ctl_rde_msg(IMSG_XOFF, 0, pid) != -1) in control_imsg_relay()
|
H A D | session.h | 339 int imsg_ctl_rde_msg(int, uint32_t, pid_t);
|
H A D | session.c | 3701 imsg_ctl_rde_msg(int type, uint32_t peerid, pid_t pid) in imsg_ctl_rde_msg() function
|