Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ddispatch.c64 for (i = 0; i < DISPATCH_MAX; i++) in ssh_dispatch_init()
74 if (i >= DISPATCH_MAX) in ssh_dispatch_range()
105 if (type > 0 && type < DISPATCH_MAX && in ssh_dispatch_run()
H A Ddispatch.h30 #define DISPATCH_MAX 255 macro
H A Dpacket.h72 dispatch_fn *dispatch[DISPATCH_MAX];
H A Dssh_api.c283 if (type > 0 && type < DISPATCH_MAX && in ssh_packet_next()