代码搜索:socket 有哪些应用?
找到约 10,000 项符合「socket 有哪些应用?」的源代码
代码结果 10,000
www.eeworm.com/read/198406/7936814
ncb socket.ncb
www.eeworm.com/read/198406/7936816
opt socket.opt
www.eeworm.com/read/198406/7936821
dsw socket.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
www.eeworm.com/read/198406/7936840
plg socket.plg
Build Log
--------------------Configuration: Socket - Win32 Release--------------------
Command Lines
Creating command line "rc.exe /l 0x804 /f
www.eeworm.com/read/198406/7936846
h socket.h
// Socket.h : main header file for the SOCKET application
//
#if !defined(AFX_SOCKET_H__6B992D24_F6B7_47F5_8A0B_3C0BA4676B29__INCLUDED_)
#define AFX_SOCKET_H__6B992D24_F6B7_47F5_8A0B_3C0BA4676B29
www.eeworm.com/read/297836/7992937
c socket.c
/***************************************************************************
socket.c - description
-------------------
begin
www.eeworm.com/read/297836/7992949
h socket.h
/***************************************************************************
socket.h - description
-------------------
begin
www.eeworm.com/read/296483/8100323
h socket.h
// socket.h
// portable header socket functions
// copyright SafeTP Development Group, Inc., 2000 Terms of use are as specified in license.txt
#ifndef __SOCKET_H
#define __SOCKET_H
// -------------
www.eeworm.com/read/196300/8100946
c socket.c
#define SOCKET_GLOBALS
#include "config.h"
#include "../include/cfg_net.h"
uint8 close(uint8 num)
{
uint8 err,i;
struct _pkst TxdData;
if(TcpStatus[num].State==TCP_STATE_CLOSED)
{
retur
www.eeworm.com/read/196300/8100979
h socket.h
#ifdef SOCKET_GLOBALS
#define SOCKET_EXT
#else
#define SOCKET_EXT extern
#endif
#define PF_INET 0
#define AF_INET 1
#define SOCK_STREAM 0
#define SOCK_DGRAM 1
#define TCP_PROTOCOL 0