Searched refs:dispatch_fn (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | dispatch.h | 39 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 *);
|
D | dispatch.c | 62 ssh_dispatch_init(struct ssh *ssh, dispatch_fn *dflt) in ssh_dispatch_init() 70 ssh_dispatch_range(struct ssh *ssh, u_int from, u_int to, dispatch_fn *fn) in ssh_dispatch_range() 82 ssh_dispatch_set(struct ssh *ssh, int type, dispatch_fn *fn) in ssh_dispatch_set()
|
D | packet.h | 70 dispatch_fn *dispatch[DISPATCH_MAX];
|