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

/freebsd-10.0-release/crypto/openssh/
H A Dmux.c173 } mux_master_handlers[] = { variable in typeref:struct:__anon4949
1064 for (i = 0; mux_master_handlers[i].handler != NULL; i++) {
1065 if (type == mux_master_handlers[i].type) {
1066 ret = mux_master_handlers[i].handler(rid, c, &in, &out);
1070 if (mux_master_handlers[i].handler == NULL) {

Completed in 164 milliseconds