代码搜索:socket 有哪些应用?

找到约 10,000 项符合「socket 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/223165/14650813

h socket.h

/* * OpenVPN -- An application to securely tunnel IP networks * over a single UDP port, with support for SSL/TLS-based * session authentication and key exchange, *
www.eeworm.com/read/122750/14669748

c socket.c

// $Id: socket.c,v 1.4 2003/06/29 05:49:50 lemit Exp $ // original : core.c 2003/02/26 18:03:12 Rev 1.7 #include #include #include #include #i
www.eeworm.com/read/122750/14669750

h socket.h

// original : core.h 2003/03/14 11:55:25 Rev 1.4 #ifndef _SOCKET_H_ #define _SOCKET_H_ #include #include #include #include // define
www.eeworm.com/read/122378/14696403

socket_server

www.eeworm.com/read/221695/14728757

h socket.h

#ifndef _LINUX_SOCKET_H #define _LINUX_SOCKET_H #include /* the SIOCxxx I/O controls */ struct sockaddr { unsigned short sa_family; /* address family, AF_xxx */ char
www.eeworm.com/read/221695/14729376

c socket.c

/* * NET An implementation of the SOCKET network access protocol. * * Version: @(#)socket.c 1.0.5 05/25/93 * * Authors: Orest Zborowski, * Ross Biro,
www.eeworm.com/read/121901/14731373

cpp socket.cpp

//--------------------------------------------------------------------------- #include #include #include #include #include #pragma hdrstop #i
www.eeworm.com/read/121901/14731380

obj socket.obj

www.eeworm.com/read/121901/14731393

h socket.h

//--------------------------------------------------------------------------- #ifndef cmd_socket_H #define cmd_socket_H //---------------------------------------------------------------------------
www.eeworm.com/read/221490/14740702

c socket.c

/* 利用socket的TCP client 此程序会连线TCP server,并将键盘输入的字符串传送给server。 TCP server范例请参考listen()。 */ #include #include #include #include #include