Symbol: dispatch
lib/libc/rpc/svc.c
292
svc_register(SVCXPRT *xprt, u_long prog, u_long vers, void (*dispatch)(),
lib/libc/rpc/svc.c
299
if (s->sc_dispatch == dispatch)
lib/libc/rpc/svc.c
309
s->sc_dispatch = dispatch;
lib/libevent/event-internal.h
44
int (*dispatch)(struct event_base *, void *, struct timeval *);
lib/libevent/event.c
474
res = evsel->dispatch(base, evbase, tv_p);
sbin/unwind/libunbound/libunbound/unbound-event.h
93
int (*dispatch)(struct ub_event_base*);
sbin/unwind/libunbound/util/ub_event_pluggable.c
490
base->vmt->dispatch == my_event_base_dispatch);
sbin/unwind/libunbound/util/ub_event_pluggable.c
491
return (*base->vmt->dispatch)(base);
usr.bin/dig/lib/isc/task.c
826
dispatch(manager);
usr.bin/dig/lib/isc/timer.c
497
dispatch(manager, &now);
usr.bin/ssh/dispatch.c
104
ssh->dispatch[type] != NULL) {
usr.bin/ssh/dispatch.c
110
r = (*ssh->dispatch[type])(type, seqnr, ssh);
usr.bin/ssh/dispatch.c
63
ssh->dispatch[i] = dflt;
usr.bin/ssh/dispatch.c
74
ssh->dispatch[i] = fn;
usr.bin/ssh/dispatch.c
81
ssh->dispatch[type] = fn;
usr.bin/ssh/packet.h
67
dispatch_fn *dispatch[DISPATCH_MAX];
usr.bin/ssh/ssh_api.c
276
ssh->dispatch[type] != NULL) {
usr.bin/ssh/ssh_api.c
277
if ((r = (*ssh->dispatch[type])(type, seqnr, ssh)) != 0)
usr.sbin/dhcpd/dhcpd.c
266
dispatch();
usr.sbin/dhcpd/dhcpd.h
447
void dispatch(void);
usr.sbin/dhcrelay/dhcpd.h
159
void dispatch(void);
usr.sbin/dhcrelay/dhcrelay.c
306
dispatch();
usr.sbin/dhcrelay6/dhcpd.h
156
void dispatch(void);
usr.sbin/dhcrelay6/dhcrelay6.c
265
dispatch();
usr.sbin/lpd/io.c
1117
void (*dispatch)(int, short, void*) = NULL;
usr.sbin/lpd/io.c
1122
dispatch = io_dispatch_connect_tls;
usr.sbin/lpd/io.c
1126
dispatch = io_dispatch_accept_tls;
usr.sbin/lpd/io.c
1132
dispatch = io_dispatch_read_tls;
usr.sbin/lpd/io.c
1137
dispatch = io_dispatch_write_tls;
usr.sbin/lpd/io.c
1146
io_reset(io, ev, dispatch);
usr.sbin/lpd/io.c
642
io_reset(struct io *io, short events, void (*dispatch)(int, short, void*))
usr.sbin/lpd/io.c
647
io_strevents(events), dispatch, io_strio(io));
usr.sbin/lpd/io.c
665
event_set(&io->ev, io->sock, events, dispatch, io);
usr.sbin/smtpd/ioev.c
548
io_reset(struct io *io, short events, void (*dispatch)(int, short, void*))
usr.sbin/smtpd/ioev.c
553
io, io_evstr(events), dispatch, io_strio(io));
usr.sbin/smtpd/ioev.c
571
event_set(&io->ev, io->sock, events, dispatch, io);
usr.sbin/smtpd/spfwalk.c
156
tgt->dispatch(&rr, tgt);
usr.sbin/smtpd/spfwalk.c
221
ltgt.dispatch = dispatch_a;
usr.sbin/smtpd/spfwalk.c
223
ltgt.dispatch = dispatch_aaaa;
usr.sbin/smtpd/spfwalk.c
231
ltgt.dispatch = dispatch_a;
usr.sbin/smtpd/spfwalk.c
233
ltgt.dispatch = dispatch_aaaa;
usr.sbin/smtpd/spfwalk.c
238
ltgt.dispatch = dispatch_a;
usr.sbin/smtpd/spfwalk.c
243
ltgt.dispatch = dispatch_txt;
usr.sbin/smtpd/spfwalk.c
248
ltgt.dispatch = dispatch_txt;
usr.sbin/smtpd/spfwalk.c
255
ltgt.dispatch = dispatch_mx;
usr.sbin/smtpd/spfwalk.c
263
ltgt.dispatch = dispatch_mx;
usr.sbin/smtpd/spfwalk.c
286
ltgt.dispatch = dispatch_a;
usr.sbin/smtpd/spfwalk.c
288
ltgt.dispatch = dispatch_aaaa;
usr.sbin/smtpd/spfwalk.c
42
void (*dispatch)(struct dns_rr *, struct target *);
usr.sbin/smtpd/spfwalk.c
92
tgt.dispatch = dispatch_txt;
usr.sbin/unbound/libunbound/unbound-event.h
93
int (*dispatch)(struct ub_event_base*);
usr.sbin/unbound/util/ub_event_pluggable.c
490
base->vmt->dispatch == my_event_base_dispatch);
usr.sbin/unbound/util/ub_event_pluggable.c
491
return (*base->vmt->dispatch)(base);