代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/418361/10951555
h socket.h
/*
* Copyright (c) 1995 Danny Gasparovski.
*
* Please read the file COPYRIGHT for the
* terms and conditions of the copyright.
*/
/* MINE */
#ifndef _SLIRP_SOCKET_H_
#define _SLIRP_SOCKET_H_
#
www.eeworm.com/read/418361/10951891
h socket.h
#if defined(TARGET_MIPS)
// MIPS special values for constants
/*
* For setsockopt(2)
*
* This defines are ABI conformant as far as Linux supports these ...
*/
#define TARGET_SOL_SOCKET
www.eeworm.com/read/271974/10975116
c socket.c
/***************************************************************************
socket.c - description
-------------------
begin
www.eeworm.com/read/271974/10975127
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/417215/10999977
cxx socket.cxx
/*********************************************************************
$Id: Socket.cxx,v 1.2 1999/08/31 02:22:05 cullen Exp $
*********************************************************************
www.eeworm.com/read/417215/10999985
h socket.h
#ifndef SOCKET_H
#define SOCKET_H
/*********************************************************************
$Id: Socket.h,v 1.2 1999/08/31 02:22:05 cullen Exp $
*************************************
www.eeworm.com/read/417108/11003248
c socket.c
/*
* Socket functions used in rsync.
*
* Copyright (C) 1992-2001 Andrew Tridgell
* Copyright (C) 2001, 2002 Martin Pool
* Copyright (C) 2003-2008 Wayne Davison
www.eeworm.com/read/270669/11030150
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/270669/11030220
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/469900/6920654
c socket.c
#include
#include
#include
#include
#include
#include
#include
#include
#include
#include "ou