Searched defs:isc_socket (Results 1 – 2 of 2) sorted by relevance
234 struct isc_socket { struct237 isc_socketmgr_t *manager; argument239 isc_sockettype_t type; argument245 ISC_LINK(isc_socket_t) link; argument268 ISC_LIST(isc_socketevent_t) send_list; argument271 isc_socket_connev_t *connect_ev; argument279 dupped : 1; /* created by isc_socket_dup() */ argument280 unsigned int pending_iocp; /* Should equal the counters below. Debug. */281 unsigned int pending_recv; /* Number of outstanding recv() calls. */282 unsigned int pending_send; /* Number of outstanding send() calls. */[all …]
411 struct isc_socket { struct414 isc_socketmethods_t *methods; argument