代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/144216/5752407
t socket.t
#!./perl
BEGIN {
chdir 't' if -d 't';
@INC = '../lib';
require Config; import Config;
if ($Config{'extensions'} !~ /\bSocket\b/ &&
!(($^O eq 'VMS') && $Config{d_socket})) {
www.eeworm.com/read/143132/5758676
c socket.c
/* Application programming interface routines - based loosely on the
* "socket" model in Berkeley UNIX.
*/
#include
#ifdef __STDC__
#include
#endif
#include
#i
www.eeworm.com/read/143132/5758696
h socket.h
#ifndef _SOCKET_H
#define _SOCKET_H
#ifndef _GLOBAL_H
#include "global.h"
#endif
#include
#ifndef _MBUF_H
#include "mbuf.h"
#endif
#ifndef _PROC_H
#include "proc.h"
#endi
www.eeworm.com/read/141295/5774067
c socket.c
/* Redefinition of the open system call, so that we can mark it
* as non-blocking and asynchronous */
#include
#include
#include
#include
int __w
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