代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/244005/4514885
cxx socket.cxx
/*
* socket.cxx
*
* Berkley sockets classes implementation
*
* Portable Windows Library
*
* Copyright (c) 1993-1998 Equivalence Pty. Ltd.
*
* The contents of this file are subject to the Mozi
www.eeworm.com/read/243567/4522090
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/243166/4531561
c socket.c
/*
********************************************************************************
* TERN, Inc.
* (c) Copyright 2005, http://www.tern.com
*
* MODIFIED BY RICHARD BARRY TO ADD SEMAPHORE FOR COMMU
www.eeworm.com/read/243166/4531565
h socket.h
/*
********************************************************************************
* TERN, Inc.
* (c) Copyright 2005, http://www.tern.com
*
* - Derived based on development version provided by W
www.eeworm.com/read/242732/4537330
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/242732/4538272
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/242732/4540505
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
#inc
www.eeworm.com/read/242732/4540513
cpp socket.cpp
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS HTTP Daemon
* FILE: socket.cpp
* PURPOSE: Socket classes
* PROGRAMMERS: Casper S. Hornstrup (chorns
www.eeworm.com/read/242657/4549981
cpp socket.cpp
// $Id: Socket.cpp 51890 2003-08-25 07:46:52Z kobica $
#define JAWS_BUILD_DLL
#include "jaws3/Socket.h"
JAWS_Socket::JAWS_Socket (JAWS_Socket_Impl *impl = 0)
: impl_ (impl)
{
}
void
JAWS_Socket:
www.eeworm.com/read/242657/4549986
h socket.h
/* -*- c++ -*- */
// $Id: Socket.h 51890 2003-08-25 07:46:52Z kobica $
#ifndef JAWS_SOCKET_H
#define JAWS_SOCKET_H
#include "ace/OS.h"
#include "ace/Addr.h"
#include "ace/Synch.h"
#include "ace/Sing