HomeSort by relevance Sort by last modified time
    Searched full:dispatch_fn (Results 1 - 2 of 2) sorted by null

  /external/openssh/
dispatch.h 34 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 *);
dispatch.c 42 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 315 milliseconds