代码搜索:如何学习 socket?

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

代码结果 10,000
www.eeworm.com/read/124628/14555991

c socket.c

/* Application programming interface routines - based loosely on the * "socket" model in Berkeley UNIX. */ #include #ifdef __STDC__ #include #endif #include #i
www.eeworm.com/read/124628/14556029

h socket.h

#ifndef _SOCKET_H #define _SOCKET_H #ifndef _GLOBAL_H #include "global.h" #endif #include #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _PROC_H #include "proc.h" #endi
www.eeworm.com/read/124442/14567362

h socket.h

#ifndef _LINUX_SOCKET_H #define _LINUX_SOCKET_H #include /* the SIOCxxx I/O controls */ struct sockaddr { unsigned short sa_family; /* address family, AF_xxx */ char
www.eeworm.com/read/124442/14567968

c socket.c

/* * NET An implementation of the SOCKET network access protocol. * * Version: @(#)socket.c 1.0.5 05/25/93 * * Authors: Orest Zborowski, * Ross Biro,
www.eeworm.com/read/124417/14568469

c socket.c

/* Application programming interface routines - based loosely on the * "socket" model in Berkeley UNIX. */ #include #ifdef __STDC__ #include #endif #include #i
www.eeworm.com/read/124417/14568500

h socket.h

#ifndef _SOCKET_H #define _SOCKET_H #ifndef _GLOBAL_H #include "global.h" #endif #include #ifndef _MBUF_H #include "mbuf.h" #endif #ifndef _PROC_H #include "proc.h" #endi
www.eeworm.com/read/124072/14594983

c socket.c

#include #include #include #include #include #include #include #include #include #in
www.eeworm.com/read/124072/14594990

h socket.h

#ifndef MY_SOCKET_H #define MY_SOCKET_H int SockClientOpen(char *pszHost,char *sinPort); int sockClientOpen(char *pszHost,int sinPort); int SockServerOpen(char *sinPort,int Listenum); int sockS
www.eeworm.com/read/124071/14595016

c socket.c

#include #include #include #include #include #include #include #include #include #in
www.eeworm.com/read/124071/14595019

h socket.h

#ifndef MY_SOCKET_H #define MY_SOCKET_H int SockClientOpen(char *pszHost,char *sinPort); int sockClientOpen(char *pszHost,int sinPort); int SockServerOpen(char *sinPort,int Listenum); int sockS