Searched refs:mux_master_handlers (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmux.c177 } mux_master_handlers[] = { variable in typeref:struct:__anon507
1171 for (i = 0; mux_master_handlers[i].handler != NULL; i++) {
1172 if (type == mux_master_handlers[i].type) {
1173 ret = mux_master_handlers[i].handler(rid, c, &in, &out);
1177 if (mux_master_handlers[i].handler == NULL) {

Completed in 196 milliseconds