Lines Matching defs:SOCKET
52 * \brief In Winsock, a socket handle is of type SOCKET; in UN*X, it's
55 * SOCKET on Windows, so that it can be used on both platforms.
57 * We used to use SOCKET rather than PCAP_SOCKET, but that collided
59 * definitions of SOCKET, so we changed it to PCAP_SOCKET.
63 * probably be assigning their return values to a SOCKET, and
64 * as, on Windows, we're defining PCAP_SOCKET as SOCKET, there
68 #define PCAP_SOCKET SOCKET
84 * \brief In Winsock, a socket handle is of type SOCKET; in UN*Xes,
87 * SOCKET on Windows, so that it can be used on both platforms.
89 * We used to use SOCKET rather than PCAP_SOCKET, but that collided
91 * definitions of SOCKET, so we changed it to PCAP_SOCKET.
96 * SOCKET, as we're no longer defining SOCKET. However, as
105 * #define PCAP_SOCKET SOCKET