代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/224250/14600192
inf packet.inf
;-------------------------------------------------------------------------
; ndisuio2.INF -- Sample Protocol Driver
;
; Copyright (c) 1993-1999, Microsoft Corporation
;----------------------------
www.eeworm.com/read/223217/14649604
h packet.h
#ifndef PROTOCOL_H
#define PROTOCOL_H
#include "def.h"
#include
class CPacket
{
private:
char m_szPacket[DF_PACKET_SIZE];
char m_szStream[DF_MAX_STREAM_SIZE];
int m_iStreamPnt;
int m_
www.eeworm.com/read/223217/14649607
cpp packet.cpp
//#include
#include "packet.h"
#include "debug.h"
#include "ioc_cmd.h"
#include "def.h"
#include
#ifdef USE_MJPEG_DRIVER
#include
#include
#else
#inclu
www.eeworm.com/read/122946/14654992
lib packet.lib
www.eeworm.com/read/122740/14670547
cap packet.cap
www.eeworm.com/read/221695/14729368
c packet.c
/*
* INET An implementation of the TCP/IP protocol suite for the LINUX
* operating system. INET is implemented using the BSD Socket
* interface as the means of communication with the user l
www.eeworm.com/read/121311/14760350
c packet.c
1 /*
2 * INET An implementation of the TCP/IP protocol suite for the LINUX
3 * operating system. INET is implemented using the BSD Socket
4 * interfac
www.eeworm.com/read/118495/14868461
h packet.h
/***
packet.h - external declarations for packet.c
Written by Gerard Paul Java
***/
/*
* Number of bytes from captured packet to move into an aligned buffer.
* 96 bytes should be enou
www.eeworm.com/read/118495/14868531
c packet.c
/***
packet.c - routines to open the raw socket, read socket data and
adjust the initial packet pointer
Written by Gerard Paul Java
Copyright (c) Gerard Paul Java 1997-2002
Th
www.eeworm.com/read/118414/14872835