HomeSort by relevance Sort by last modified time
    Searched full:monitor_permit (Results 1 - 1 of 1) sorted by null

  /external/openssh/
monitor.c 257 monitor_permit(struct mon_table *ent, enum monitor_reqtype type, int permit) function
303 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1);
304 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1);
402 monitor_permit(mon_dispatch, MONITOR_REQ_MODULI, 1);
403 monitor_permit(mon_dispatch, MONITOR_REQ_SIGN, 1);
404 monitor_permit(mon_dispatch, MONITOR_REQ_TERM, 1);
407 monitor_permit(mon_dispatch, MONITOR_REQ_PTY, 1);
408 monitor_permit(mon_dispatch, MONITOR_REQ_PTYCLEANUP, 1);
690 monitor_permit(mon_dispatch, MONITOR_REQ_PWNAM, 1);
776 monitor_permit(mon_dispatch, MONITOR_REQ_AUTHSERV, 1)
    [all...]

Completed in 459 milliseconds