代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/289306/8559899
h packet.h
/*
packet.h
Create date: 2001-12-25
*/
#ifndef PACKET_H
#define PACKET_H
VOID
PrintPacket(
IN PNDIS_PACKET packet
);
UINT
PrintHeaderSize(
IN PNDIS_PACKET packet
);
NDIS_STATU
www.eeworm.com/read/289306/8559930
c packet.c
/*
文件:Packet.c
工程:xpassthru
概述:演示NDIS中间驱动程序输出封包结构信息
版权所有(c) 2001-2002 X 工作室
http://www.xfilt.com
xstudio@xfilt.com
*/
#include "prexsim.h"
#pragma hdrstop
VOID PrintPacket(
IN PN
www.eeworm.com/read/289306/8560470
h packet.h
///////////////////////////////////////////////////////////////////////
// Copyright (c) 2001-2002
// XStudio Technology All Right Reserved.
// Author: Tony Zhu
// 2001-7-10 Create
// summary:
/
www.eeworm.com/read/289306/8560479
c packet.c
///////////////////////////////////////////////////////////////////////
// Copyright (c) 2001-2002
// XStudio Technology All Right Reserved.
// Author: Tony Zhu
// 2001-7-16 Create
// summary:
/
www.eeworm.com/read/432164/8622796
h packet.h
/* -*- Mode:C++; c-basic-offset:8; tab-width:8; indent-tabs-mode:t -*- */
/*
* Copyright (c) 1997 Regents of the University of California.
* All rights reserved.
*
* Redistribution and use in sour
www.eeworm.com/read/288415/8634222
h packet.h
////////////////////////////////////////////////////////////////////////////////
// packet.c - packet driver helper functions header file.
//
#ifndef __PACKET_H__
#define __PACKET_H__
#include
www.eeworm.com/read/288415/8634239
c packet.c
////////////////////////////////////////////////////////////////////////////////
// Packet.c - packet driver helper functions source file.
//
#include
#include
#include
www.eeworm.com/read/288078/8653099
h packet.h
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/288078/8653143
cpp packet.cpp
/*
This file is part of SWAIN (http://sourceforge.net/projects/swain).
Copyright (C) 2006 Daniel Lindstr鰉 and Daniel Nilsson
This program is free software; you can redistribute it and/or
modify
www.eeworm.com/read/431114/8709191
hpp packet.hpp
#ifndef PACKET_H
#define PACKET_H
#include
#include
#include
using namespace std;
#include
#include "utility.hpp"
#include "sim_time.hpp"