Home | History | Annotate | Download | only in openssh

Lines Matching refs:conf

1011 send_rexec_state(int fd, Buffer *conf)
1016 buffer_len(conf));
1031 buffer_put_cstring(&m, buffer_ptr(conf));
1060 recv_rexec_state(int fd, Buffer *conf)
1076 if (conf != NULL)
1077 buffer_append(conf, cp, len + 1);