代码搜索:如何学习 socket?

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

代码结果 10,000
www.eeworm.com/read/486037/1255224

h socket.h

#ifndef _ASMARM_SOCKET_H #define _ASMARM_SOCKET_H #include /* For setsockopt(2) */ #define SOL_SOCKET 1 #define SO_DEBUG 1 #define SO_REUSEADDR 2 #define SO_TYPE 3 #define SO_ERROR
www.eeworm.com/read/486037/1255846

h socket.h

/* Declarations of socket constants, types, and functions. Copyright (C) 1991,92,1994-2001,2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is fr
www.eeworm.com/read/486037/1256040

h socket.h

#if defined(__GNUC__) && !defined(__STRICT_ANSI__) #warning "You should include . This time I will do it for you." #endif #include
www.eeworm.com/read/486037/1256636

h socket.h

/* System-specific socket constants and types. Linux version. Copyright (C) 1991,1992,1994-2001, 2004 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Librar
www.eeworm.com/read/486037/1256789

h socket.h

#ifndef _ASMARM_SOCKET_H #define _ASMARM_SOCKET_H #include /* For setsockopt(2) */ #define SOL_SOCKET 1 #define SO_DEBUG 1 #define SO_REUSEADDR 2 #define SO_TYPE 3 #define SO_ERROR
www.eeworm.com/read/482538/1287771

hh socket.hh

// -*- mode: c++; c-basic-offset: 2 -*- #ifndef CLICK_SOCKET_HH #define CLICK_SOCKET_HH #include #include #include #include #inclu
www.eeworm.com/read/482538/1287804

cc socket.cc

// -*- mode: c++; c-basic-offset: 2 -*- /* * socket.{cc,hh} -- transports packets via sockets * Mark Huang * * Copyright (c) 2004 The Trustees of Princeton University (
www.eeworm.com/read/480930/1305960

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/480930/1307313

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/480930/1307413

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