代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
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
www.eeworm.com/read/480930/1307554
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/480930/1307726
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/480930/1307890
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/480930/1308132
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/480930/1309431
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/480930/1309626
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