代码搜索:netsocket
找到约 180 项符合「netsocket」的源代码
代码结果 180
www.eeworm.com/read/192521/8376983
obj netsocket.obj
www.eeworm.com/read/192521/8377036
c netsocket.c
#include "NetSocket.h"
#include "Socketkernel.h"
#include "ETH.h"
#include "ip.h"
#include "udp.h"
#include "skbuff.h"
#include "tcp/tcp.h"
static struct SOCKTASK Task[TASKMAX];
static int
www.eeworm.com/read/192521/8377112
h netsocket.h
#ifndef NETSOCKET_
#define NETSOCKET_
#include"csl.h" //for DSP
#include"ip.h"
/*
* The new type to be used in all
* instances which refer to sockets.
*/
typedef int SOCKET;
www.eeworm.com/read/351669/10631172
c netsocket.c
#include "NetSocket.h"
#include "Socketkernel.h"
#include "ETH.h"
#include "ip.h"
#include "udp.h"
#include "skbuff.h"
#include "tcp/tcp.h"
static struct SOCKTASK Task[TASKMAX];
static int
www.eeworm.com/read/351669/10631361
h netsocket.h
#ifndef NETSOCKET_
#define NETSOCKET_
#include"csl.h" //for DSP
#include"ip.h"
/*
* The new type to be used in all
* instances which refer to sockets.
*/
typedef int SOCKET;
www.eeworm.com/read/417196/11000639
mif netsocket.mif
www.eeworm.com/read/417196/11000641
dsp netsocket.dsp
# Microsoft Developer Studio Project File - Name="netsocket" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86)
www.eeworm.com/read/417196/11000645
bid netsocket.bid
#ifndef NETSOCKET_BID
#define NETSOCKET_BID
#define AEECLSID_NETSOCKET 0x10100101
#endif //NETSOCKET_BID
www.eeworm.com/read/417196/11000648
c netsocket.c
/*!
* Example program.
* Copyright (c) 2004 by BREW Development Team, Zhejiang University.
* All Rights Reserved.
*/
/*!-----------------------------------
@file netsocket.c
@autho
www.eeworm.com/read/417196/11000650