Searched refs:ctl_imsg (Results 1 – 1 of 1) sorted by relevance
65 static struct imsg ctl_imsg; variable150 if (ctl_imsg.hdr.type != IMSG_CTL_OK) in show_clear_session()155 if (ctl_imsg.hdr.len - IMSG_HEADER_SIZE < in show_clear_session()215 if (ctl_imsg.hdr.type != IMSG_CTL_OK) in monitor_session()221 if (ctl_imsg.hdr.type == IMSG_PPP_START || in monitor_session()222 ctl_imsg.hdr.type == IMSG_PPP_STOP) { in monitor_session()229 (ctl_imsg.hdr.type == in monitor_session()239 ctl_imsg.hdr.type); in monitor_session()360 if (ctl_imsg.hdr.type != IMSG_CTL_OK) in clear_session()363 ctl_imsg.hdr.type); in clear_session()[all …]