Home
last modified time | relevance | path

Searched refs:DISPATCH_MAX (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/crypto/external/bsd/openssh/dist/
Ddispatch.c65 for (i = 0; i < DISPATCH_MAX; i++) in ssh_dispatch_init()
75 if (i >= DISPATCH_MAX) in ssh_dispatch_range()
106 if (type > 0 && type < DISPATCH_MAX && in ssh_dispatch_run()
Ddispatch.h31 #define DISPATCH_MAX 255 macro
Dpacket.h67 dispatch_fn *dispatch[DISPATCH_MAX];
Dssh_api.c282 if (type > 0 && type < DISPATCH_MAX && in ssh_packet_next()