代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/198501/5087270
c socket.c
/*
* NET An implementation of the SOCKET network access protocol.
*
* Version: @(#)socket.c 1.0.5 05/25/93
*
* Authors: Orest Zborowski,
* Ross Biro,
www.eeworm.com/read/196482/5102261
h socket.h
#ifndef SYS_SOCKET_H
#define SYS_SOCKET_H
#define WIN32_LEAN_AND_MEAN
#include
typedef size_t socklen_t;
#endif /* SYS_SOCKET_H */
www.eeworm.com/read/195832/5106996
h socket.h
/* *
* $Id: socket.h 395 2006-10-05 16:08:10Z shawill $
*
* This file is part of Fenice
*
* Fenice -- Open Media Server
*
* Copyright (C) 2004 by
*
* - Giampaolo Mancini
www.eeworm.com/read/195013/5116978
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/195013/5118327
h socket.h
/*
* include/asm-s390/socket.h
*
* S390 version
*
* Derived from "include/asm-i386/socket.h"
*/
#ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H
#include
/* For setsockoptions(2
www.eeworm.com/read/195013/5118427
h socket.h
/* $Id: socket.h,v 1.17 2001/06/13 16:25:03 davem Exp $ */
#ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H
#include
/* For setsockoptions(2) */
#define SOL_SOCKET 0xffff
#define SO_DEBU
www.eeworm.com/read/195013/5118568
h socket.h
/*
* This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1997
www.eeworm.com/read/195013/5118740
h socket.h
#ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H
#include
/*
* For setsockoptions(2)
*
* This defines are ABI conformant as far as Linux supports these ...
*/
#define SOL_SOCKET 0xfff
www.eeworm.com/read/195013/5118904
h socket.h
/* $Id: socket.h,v 1.10 2001/06/13 16:25:03 davem Exp $ */
#ifndef _ASM_SOCKET_H
#define _ASM_SOCKET_H
#include
/* For setsockoptions(2) */
#define SOL_SOCKET 0xffff
#define SO_DEBU
www.eeworm.com/read/195013/5119146
h socket.h
#ifndef _LINUX_SOCKET_H
#define _LINUX_SOCKET_H
#if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2)
#include /* arch-dependent defines */
#include /