Home
last modified time | relevance | path

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

/external/openssh/
Ddispatch.c69 for (i = 0; i < DISPATCH_MAX; i++) in ssh_dispatch_init()
79 if (i >= DISPATCH_MAX) in ssh_dispatch_range()
111 if (type > 0 && type < DISPATCH_MAX && in ssh_dispatch_run()
Ddispatch.h30 #define DISPATCH_MAX 255 macro
Dpacket.h69 dispatch_fn *dispatch[DISPATCH_MAX];
Dssh_api.c256 if (type > 0 && type < DISPATCH_MAX && in ssh_packet_next()