Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A 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()
H A Ddispatch.h31 #define DISPATCH_MAX 255 macro