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

/macosx-10.10.1/ntp-92/ntpd/
H A Dntp_io.c240 struct asyncio_reader { struct
241 struct asyncio_reader *link; /* the list this is being kept in */
244 void (*receiver)(struct asyncio_reader *); /* input handler */
247 struct asyncio_reader *asyncio_reader_list;
249 static void delete_asyncio_reader (struct asyncio_reader *);
250 static struct asyncio_reader *new_asyncio_reader (void);
251 static void add_asyncio_reader (struct asyncio_reader *, enum desc_type);
252 static void remove_asyncio_reader (struct asyncio_reader *);
653 * create an asyncio_reader structure
655 static struct asyncio_reader *
3330 struct asyncio_reader *asyncio_reader; local
[all...]

Completed in 77 milliseconds