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

/bind-9.11.3/lib/isc/win32/
H A Dsocket.c107 #ifndef SIO_UDP_CONNRESET
108 #define SIO_UDP_CONNRESET _WSAIOW(IOC_VENDOR,12) macro
934 /* disable bad behavior using IOCTL: SIO_UDP_CONNRESET */
935 status = WSAIoctl(fd, SIO_UDP_CONNRESET, &bNewBehavior,
942 "WSAIoctl(SIO_UDP_CONNRESET, oldBehaviour) %s",

Completed in 19 milliseconds