Home | History | Annotate | Download | only in libpcap

Lines Matching defs:SHUT_WR

80   #define SHUT_WR SD_SEND	/* The control code for shutdown() is different in Win32 */
422 * SHUT_WR: subsequent calls to the send function are disallowed.
426 if (shutdown(sock, SHUT_WR))