代码搜索:如何学习 socket?

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

代码结果 10,000
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
www.eeworm.com/read/133772/5901752

h socket.h

//========================================================================== // // include/sys/socket.h // // // //====================================================================
www.eeworm.com/read/133772/5901885

c socket.c

//========================================================================== // // lib/socket.c // // socket() system call // //========================================================
www.eeworm.com/read/133772/5901988

h socket.h

//========================================================================== // // include/sys/socket.h // //========================================================================== //####
www.eeworm.com/read/133772/5902331

c socket.c

//========================================================================== //####ECOSGPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedde