代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/464701/7067545
ico socket.ico
www.eeworm.com/read/464546/7156183
c socket.c
#include
#include "iinchip_conf.h"
#include "w5300.h"
#include "socket.h"
#define SWAP16(A) ((((A > 8)& 0x00FF))
uint16 local_port;
uint8 first_send_f
www.eeworm.com/read/464546/7156189
h socket.h
#ifndef _SOCKET_H_
#define _SOCKET_H_
#include "types.h"
#include "w5300.h"
/**********************************************************
*
* define function of socket API
*
***************
www.eeworm.com/read/464546/7156209
o socket.o
www.eeworm.com/read/459650/7269050
h socket.h
/*-----------------------------------------------------------------------------
* FILE: socket.h
* AUTH: xuwannian@gmail.com
* TIME: 2008-04-29
*-----------------------------------------------
www.eeworm.com/read/459650/7269058
h socket.h
/*-----------------------------------------------------------------------------
* FILE: socket.h
* AUTH: xuwannian@gmail.com
* TIME: 2008-04-29
*-----------------------------------------------
www.eeworm.com/read/459650/7269069
h socket.h
/*-----------------------------------------------------------------------------
* FILE: socket.h
* AUTH: xuwannian@gmail.com
* TIME: 2008-04-29
*-----------------------------------------------
www.eeworm.com/read/457697/7320862
cpp socket.cpp
#include "Socket.h"
#include "Log.h"
G_Socket::G_Socket()
{
epfd = epoll_create(256);
}
G_Socket::~G_Socket()
{
close(g_sockfd);
close(epfd);
}
bool G_Socket::setNonBlock(int sockfd)
{
int o
www.eeworm.com/read/457697/7320871
h socket.h
///
/// @file Socket.h
/// @brief 套接口的简单封装
/// @author guozhiming
/// @date 2007-05-16
///
#ifndef __G_SOCKET__
#define __G_SOCKET__
#include "def.h"
struct CLI_SOCKET
{
int sock;
char ip[20];
www.eeworm.com/read/455033/7379183
hpp socket.hpp
// -*- Mode : c++ -*-
//
// SUMMARY :
// USAGE :
// ORG :
// AUTHOR : Antoine Le Hyaric -
// E-MAIL : lehyaric@ann.jussieu.fr
//
/*
This file is part of Freefem++
Fr