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

/macosx-10.10/OpenSSH-189/openssh/
H A Dmux.c173 } mux_master_handlers[] = { variable in typeref:struct:__anon3201
1073 for (i = 0; mux_master_handlers[i].handler != NULL; i++) {
1074 if (type == mux_master_handlers[i].type) {
1075 ret = mux_master_handlers[i].handler(rid, c, &in, &out);
1079 if (mux_master_handlers[i].handler == NULL) {

Completed in 532 milliseconds