Home
last modified time | relevance | path

Searched defs:isc_socketevent (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/include/isc/
H A Dsocket.h160 struct isc_socketevent { struct
162 isc_result_t result; /*%< OK, EOF, whatever else */
163 unsigned int minimum; /*%< minimum i/o for event */
164 unsigned int n; /*%< bytes read or written */
165 unsigned int offset; /*%< offset into buffer list */
166 isc_region_t region; /*%< for single-buffer i/o */
167 isc_bufferlist_t bufferlist; /*%< list of buffers */
168 isc_sockaddr_t address; /*%< source address */
169 isc_time_t timestamp; /*%< timestamp of packet recv */
170 struct in6_pktinfo pktinfo; /*%< ipv6 pktinfo */
[all …]