Home
last modified time | relevance | path

Searched refs:IMSG_CTL_MONITOR (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.sbin/npppd/npppd/
Dnpppd_ctl.h49 IMSG_CTL_MONITOR, enumerator
Dcontrol.c306 case IMSG_CTL_MONITOR: in control_dispatch_imsg()
310 else if (imsg.hdr.type == IMSG_CTL_MONITOR) in control_dispatch_imsg()
/openbsd/src/usr.sbin/npppctl/
Dnpppctl.c211 if (imsg_compose(&ctl_ibuf, IMSG_CTL_MONITOR, 0, 0, -1, NULL, 0) == -1) in monitor_session()