Searched refs:monitor_command (Results 1 – 2 of 2) sorted by relevance
39 enum monitor_command { enum251 enum monitor_command cmd; in handle_cmds()449 enum monitor_command cmd; in monitor_user()464 enum monitor_command cmd; in monitor_pass()484 enum monitor_command cmd; in monitor_socket()503 enum monitor_command cmd; in monitor_bind()
92 static int monitor_command(struct monitor_connection *con, int fd, int rights);508 if (monitor_command(con, fd, con->rights) != 0) in monitor_handle_input()815 monitor_command(struct monitor_connection * con, int fd, int rights) in monitor_command() function