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

/freebsd-13-stable/crypto/openssh/
H A Dmux.c178 } mux_master_handlers[] = { variable in typeref:struct:__anon6871
1205 for (i = 0; mux_master_handlers[i].handler != NULL; i++) {
1206 if (type == mux_master_handlers[i].type) {
1207 ret = mux_master_handlers[i].handler(ssh, rid,
1212 if (mux_master_handlers[i].handler == NULL) {

Completed in 104 milliseconds