代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/136072/5874198
h socket.h
/* System-specific socket constants and types. Linux/Alpha version.
Copyright (C) 1991,1992,1994-1999,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GN
www.eeworm.com/read/136072/5874429
h socket.h
/* System-specific socket constants and types. Linux version.
Copyright (C) 1991,1992,1994-1999,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Li
www.eeworm.com/read/136072/5874645
h socket.h
/* System-specific socket constants and types. Linux/SPARC version.
Copyright (C) 1991,1992,1994-1999,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GN
www.eeworm.com/read/135153/5888803
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/135153/5889307
h socket.h
#ifndef _ASMARM_SOCKET_H
#define _ASMARM_SOCKET_H
#include
/* For setsockoptions(2) */
#define SOL_SOCKET 1
#define SO_DEBUG 1
#define SO_REUSEADDR 2
#define SO_TYPE 3
#define SO_E
www.eeworm.com/read/134009/5895896
h socket.h
// sys/socket.h
// djl
// Provide UNIX compatibility
#ifndef _INC_SYS_SOCKET
#define _INC_SYS_SOCKET
#ifdef __cplusplus
extern "C" {
#endif
#define WIN32_LEAN_AND_MEAN
#ifdef __GNUC__
# define
www.eeworm.com/read/134009/5896023
pm socket.pm
# IO::Socket.pm
#
# Copyright (c) 1997-8 Graham Barr . All rights reserved.
# This program is free software; you can redistribute it and/or
# modify it under the same terms as Perl it
www.eeworm.com/read/133772/5899480
c socket.c
//==========================================================================
//
// socket.c
//
// Test socket API
//
//=================================================================
www.eeworm.com/read/133772/5899503
cxx socket.cxx
//==========================================================================
//
// socket.cxx
//
// Fileio socket operations
//
//======================================================
www.eeworm.com/read/133772/5901727
man socket.man
NAME
socket - create an endpoint for communication
SYNOPSIS
#include
int socket(int domain, int type, int protocol);
DESCRIPTION
Socket creates an e