代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/100603/6265779
c socket.c
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/*
* The contents of this file are subject to the Mozilla Public
* License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/100581/6268723
c socket.c
#include "..\sys\Include.h"
int WaitTimer(int nSocketId,long TimeSec,long TimeUsec);
void ReceCBEMessage();
int initsocket()
{
struct sockaddr_in server;
int errorNo;
int s;
WSADAT
www.eeworm.com/read/100581/6268724
h socket.h
#define USERPORT 5000
#define PACKHEADLEN 2
#define MAXDATALEN 3096
//接收缓冲区
extern MESSAGE_BUF_t Rece_CBE_Buf;
extern MESSAGE_BUF_t Send_CBE_Buf;
extern int initsocket();
extern void Li
www.eeworm.com/read/100568/6268754
h socket.h
/**************************************************************
* Dummy Header for Unix to Windows NT portability
* Created for NTP package
*********************************************************
www.eeworm.com/read/100285/6271720
c socket.c
/* Module: socket.c
*
* Description: This module contains functions for low level socket
* operations (connecting/reading/writing to the backend)
*
* Classes:
www.eeworm.com/read/100285/6271726
h socket.h
/* File: socket.h
*
* Description: See "socket.c"
*
* Comments: See "notice.txt" for copyright and license information.
*
*/
#ifndef __SOCKET_H__
#define __SOCKET_H__
#i
www.eeworm.com/read/100039/6276053
h socket.h
#ifndef _BIND_SYS_SOCKET
#define _BIND_SYS_SOCKET
#include "/usr/include/sys/socket.h"
#endif
www.eeworm.com/read/322905/6301342
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/322905/6301636
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,