Searched refs:dispatch_fn (Results 1 – 2 of 2) sorted by relevance
41 typedef void dispatch_fn(int, u_int32_t, void *); typedef43 void dispatch_init(dispatch_fn *);44 void dispatch_set(int, dispatch_fn *);45 void dispatch_range(u_int, u_int, dispatch_fn *);
39 dispatch_fn *dispatch[DISPATCH_MAX];58 dispatch_init(dispatch_fn *dflt) in dispatch_init()65 dispatch_range(u_int from, u_int to, dispatch_fn *fn) in dispatch_range()76 dispatch_set(int type, dispatch_fn *fn) in dispatch_set()