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

/freebsd-10.0-release/crypto/openssh/
H A Ddispatch.h34 typedef void dispatch_fn(int, u_int32_t, void *); typedef
36 void dispatch_init(dispatch_fn *);
37 void dispatch_set(int, dispatch_fn *);
38 void dispatch_range(u_int, u_int, dispatch_fn *);
H A Ddispatch.c42 dispatch_fn *dispatch[DISPATCH_MAX];
61 dispatch_init(dispatch_fn *dflt)
68 dispatch_range(u_int from, u_int to, dispatch_fn *fn)
79 dispatch_set(int type, dispatch_fn *fn)

Completed in 102 milliseconds