代码搜索:如何学习 socket?

找到约 10,000 项符合「如何学习 socket?」的源代码

代码结果 10,000
www.eeworm.com/read/179911/5293651

c socket.c

/* $Id: socket.c,v 1.4 2000/11/18 02:11:00 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/179911/5297264

h socket.h

/* $Id: socket.h,v 1.15 2000/07/08 00:20:43 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/179911/5297404

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/179911/5297550

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/179911/5297691

h socket.h

/* $Id: socket.h,v 1.8 2000/07/08 00:20:43 davem Exp $ */ #ifndef _ASM_SOCKET_H #define _ASM_SOCKET_H #include /* For setsockoptions(2) */ #define SOL_SOCKET 0xffff #define SO_DEBUG
www.eeworm.com/read/179911/5297902

h socket.h

#ifndef _LINUX_SOCKET_H #define _LINUX_SOCKET_H #if defined(__KERNEL__) || !defined(__GLIBC__) || (__GLIBC__ < 2) #include /* arch-dependent defines */ #include /
www.eeworm.com/read/179911/5298379

h socket.h

#ifndef _ASM_IA64_SOCKET_H #define _ASM_IA64_SOCKET_H /* * Socket related defines. This mostly mirrors the Linux/x86 version. * * Copyright (C) 1998-2000 Hewlett-Packard Co * Copyright (C) 1998-
www.eeworm.com/read/179911/5298573

h socket.h

#ifndef _ASM_SOCKET_H #define _ASM_SOCKET_H #include /* For setsockoptions(2) */ #define SOL_SOCKET 1 #define SO_DEBUG 1 #define SO_REUSEADDR 2 #define SO_TYPE 3 #define SO_ERROR 4
www.eeworm.com/read/179911/5298676

h socket.h

#ifndef _ASM_SOCKET_H #define _ASM_SOCKET_H #include /* For setsockoptions(2) */ #define SOL_SOCKET 1 #define SO_DEBUG 1 #define SO_REUSEADDR 2 #define SO_TYPE 3 #define SO_ERROR 4
www.eeworm.com/read/179911/5298840

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