Home
last modified time | relevance | path

Searched refs:funcTkn (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntpsim.h63 } funcTkn; typedef
70 funcTkn function; /* Type of event that occured */
136 Event *event (double t, funcTkn f);
/netbsd-src/external/bsd/ntp/dist/ntpd/
H A Dntpsim.c211 Event *event(double t, funcTkn f) in event()