Searched defs:isc_socketevent (Results 1 – 1 of 1) sorted by relevance
121 struct isc_socketevent { struct123 isc_result_t result; /*%< OK, EOF, whatever else */124 unsigned int minimum; /*%< minimum i/o for event */125 unsigned int n; /*%< bytes read or written */126 unsigned int offset; /*%< offset into buffer list */127 isc_region_t region; /*%< for single-buffer i/o */128 isc_sockaddr_t address; /*%< source address */129 isc_time_t timestamp; /*%< timestamp of packet recv */130 struct in6_pktinfo pktinfo; /*%< ipv6 pktinfo */131 isc_sockeventattr_t attributes; /*%< see isc_sockeventattr_t[all …]