Lines Matching defs:who
608 fwd_ident(int who, int where)
610 if (who == FORWARD_ADM) {
615 } else if (who == FORWARD_USER) {
621 fatal("Unknown forward permission list %d/%d", who, where);
644 permission_set_get_array(struct ssh *ssh, int who, int where,
649 switch (who) {
659 fatal_f("invalid forwarding client %d", who);
665 permission_set_add(struct ssh *ssh, int who, int where,
673 permission_set_get_array(ssh, who, where, &permp, &npermp);
676 fatal_f("%s overflow", fwd_ident(who, where));
4459 channel_add_permission(struct ssh *ssh, int who, int where,
4466 fwd_ident(who, where), host, port);
4471 permission_set_add(ssh, who, where,
4492 channel_clear_permission(struct ssh *ssh, int who, int where)
4497 permission_set_get_array(ssh, who, where, &permp, &npermp);