代码搜索:如何学习 socket?

找到约 10,000 项符合「如何学习 socket?」的源代码

代码结果 10,000
www.eeworm.com/read/225675/4793685

cpp socket.cpp

// ------------------------------------------------ // File : socket.cpp // Date: 4-apr-2002 // Author: giles // Desc: // ClientSocket is a generic socket interface, Non OS/HW dependant. // // (c)
www.eeworm.com/read/225675/4793689

h socket.h

// ------------------------------------------------ // File : socket.h // Date: 4-apr-2002 // Author: giles // Desc: // // (c) 2002 peercast.org // ------------------------------------------------ //
www.eeworm.com/read/222573/4819031

c socket.c

/* $Id: socket.c,v 1.8 2005/10/05 20:02:09 splicednetworks Exp $ * * socket.c -- * * Yet Another FTP Client * Copyright (C) 1998-2001, Martin Hedenfalk * * This program is
www.eeworm.com/read/222573/4819038

po socket.po

# dummy
www.eeworm.com/read/222573/4819051

h socket.h

/* $Id: socket.h,v 1.3 2001/05/12 18:44:04 mhe Exp $ * * socket.h -- * * Yet Another FTP Client * Copyright (C) 1998-2001, Martin Hedenfalk * * This program is free softwar
www.eeworm.com/read/219739/4846787

h socket.h

//-------------------------------------------------------------------------- // IP Stack Library //-------------------------------------------------------------------------- // SOCKET.H // // Con
www.eeworm.com/read/218272/4862662

c socket.c

/*++ THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS F
www.eeworm.com/read/216802/4881125

h socket.h

/* * Copyright (c) 1982, 1985, 1986, 1988, 1993, 1994 * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or withou
www.eeworm.com/read/216802/4882117

c socket.c

#include "rosdhcp.h" SOCKET ServerSocket; void SocketInit() { ServerSocket = socket( AF_INET, SOCK_DGRAM, 0 ); } ssize_t send_packet( struct interface_info *ip, st
www.eeworm.com/read/216802/4882790

h socket.h

/* * COPYRIGHT: See COPYING in the top level directory * PROJECT: ReactOS HTTP Daemon * FILE: include/socket.h */ #ifndef __SOCKET_H #define __SOCKET_H #include