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

/openbsd-current/usr.bin/ssh/
H A Ddispatch.h39 typedef int dispatch_fn(int, u_int32_t, struct ssh *); typedef
43 void ssh_dispatch_init(struct ssh *, dispatch_fn *);
44 void ssh_dispatch_set(struct ssh *, int, dispatch_fn *);
45 void ssh_dispatch_range(struct ssh *, u_int, u_int, dispatch_fn *);
H A Ddispatch.c59 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt)
67 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn)
79 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn)
H A Dpacket.h64 dispatch_fn *dispatch[DISPATCH_MAX];

Completed in 73 milliseconds