代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/141268/5774848
h socket.h
/////////////////////////////////////////////////////////////////////////////
// Name: socket.h
// Purpose: Socket handling classes
// Authors: Guilhem Lavaux, Guillermo Rodriguez Ga
www.eeworm.com/read/139514/5798635
c socket.c
/*******************************************************************************
**
** socket.c
**
** This file is part of the ABYSS Web server project.
**
** Copyright (C) 2000 by Moez Mahfoudh
www.eeworm.com/read/136989/5828290
cpp socket.cpp
// Socket.cpp,v 1.1 2003/08/25 07:44:22 kobica Exp
#define JAWS_BUILD_DLL
#include "jaws3/Socket.h"
JAWS_Socket::JAWS_Socket (JAWS_Socket_Impl *impl = 0)
: impl_ (impl)
{
}
void
JAWS
www.eeworm.com/read/136989/5828295
h socket.h
/* -*- c++ -*- */
// Socket.h,v 1.1 2003/08/25 07:44:22 kobica Exp
#ifndef JAWS_SOCKET_H
#define JAWS_SOCKET_H
#include "ace/OS.h"
#include "ace/Addr.h"
#include "ace/Synch.h"
#include "ace
www.eeworm.com/read/136786/5863184
c socket.c
/* $Id: socket.c,v 1.5 2001/02/13 01:16:44 davem Exp $
* socket.c: Socket syscall emulation for Solaris 2.6+
*
* Copyright (C) 1998 Jakub Jelinek (jj@ultra.linux.cz)
*
* 1999-08-19 Fixed socketpa
www.eeworm.com/read/136072/5873849
h socket.h
/* System-specific socket constants and types. Linux/MIPS version.
Copyright (C) 1991,92,1994-1999,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C
www.eeworm.com/read/136072/5874198
h socket.h
/* System-specific socket constants and types. Linux/Alpha version.
Copyright (C) 1991,1992,1994-1999,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GN
www.eeworm.com/read/136072/5874429
h socket.h
/* System-specific socket constants and types. Linux version.
Copyright (C) 1991,1992,1994-1999,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Li
www.eeworm.com/read/136072/5874645
h socket.h
/* System-specific socket constants and types. Linux/SPARC version.
Copyright (C) 1991,1992,1994-1999,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GN
www.eeworm.com/read/135153/5888803
h socket.h
#ifndef _LINUX_SOCKET_H
#define _LINUX_SOCKET_H
#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
#include /* arch-dependent defines */
#include /