代码搜索:如何学习 socket?
找到约 10,000 项符合「如何学习 socket?」的源代码
代码结果 10,000
www.eeworm.com/read/330957/12859579
h socket.h
/* socket.h */
#ifndef _SOCKET_H
#define _SOCKET_H
int read_interface(char *interface, int *ifindex, uint32_t *addr, uint8_t *arp);
int listen_socket(uint32_t ip, int port, char *inf);
#endif
www.eeworm.com/read/143516/12868661
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/143516/12868702
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/330744/12870629
ctl socket.ctl
VERSION 5.00
Begin VB.UserControl Socket
CanGetFocus = 0 'False
ClientHeight = 420
ClientLeft = 0
ClientTop = 0
ClientWidth = 420
InvisibleA
www.eeworm.com/read/330744/12870636
ctx socket.ctx
www.eeworm.com/read/142865/12912435
cpp socket.cpp
// Implementation of the Socket class.
#include "Socket.h"
#include "string.h"
#include
#include
#include
#include
Socket::Socket() :
m_sock ( -1 )
{
www.eeworm.com/read/142865/12912447
h socket.h
// Definition of the Socket class
#ifndef Socket_class
#define Socket_class
#include
#include
#include
#include
#include
#include
www.eeworm.com/read/329609/12945314
c socket.c
/***************************************************************************
socket.c - description
-------------------
begin
www.eeworm.com/read/329609/12945328
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/243367/12946061
h socket.h
#ifndef _SOCKET_H__
#define _SOCKET_H__
#include
#include
#include
#include
#include
#include
#include