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

/freebsd-10.2-release/contrib/ntp/sntp/libevent/
H A Diocp-internal.h67 ConnectExPtr ConnectEx; member in struct:win32_extension_fns
H A Dbufferevent_async.c596 ext && ext->ConnectEx)
612 EVUTIL_ASSERT(ext && ext->ConnectEx && fd >= 0 && sa != NULL);
614 /* ConnectEx() requires that the socket be bound to an address
637 rc = ext->ConnectEx(fd, sa, socklen, NULL, 0, NULL,
H A Devent_iocp.c157 ext->ConnectEx = get_extension_function(s, &connectex);
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c679 ext->ConnectEx = NULL;

Completed in 71 milliseconds