代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/139738/13137087
java packet.java
// PART OF THE MACHINE SIMULATION. DO NOT CHANGE.
package nachos.machine;
/**
* A link-layer packet.
*
* @see nachos.machine.NetworkLink
*/
public class Packet {
/**
* Allocate a new pa
www.eeworm.com/read/138937/13200414
lib packet.lib
www.eeworm.com/read/240724/13201682
h packet.h
/*************************************************************************
packet.h
This include file declares routines to send and receive packets between
Eval boards. .
Copyright (C)
www.eeworm.com/read/240724/13201712
c packet.c
/*************************************************************************
packet.c
These are the routines to handle packets on the CobraNet eval board.
Line command supported: PACKET
www.eeworm.com/read/138925/13202425
h packet.h
#ifndef PACKET_H
#define PACKET_H
extern "C"
{
#include "ntddk.h"
#ifndef dprintf
#define dprintf KdPrint
#endif
}
#include "ndis.h"
//
// Ethernet header
//
typedef struct
www.eeworm.com/read/138925/13202435
cpp packet.cpp
#include "packet.h"
//顺序对换的函数
//
USHORT
ntohs(
IN USHORT netshort
)
{
CHAR hostshort[4];
PCHAR pnetshort = (PCHAR)&netshort;
hostshort[0] = pnetshort[1];
hostshort[1] = pnetshort[
www.eeworm.com/read/323119/13352015
result packet.result
set global max_allowed_packet=100;
set max_allowed_packet=100;
set global net_buffer_length=100;
set net_buffer_length=100;
SELECT length("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
www.eeworm.com/read/323119/13353911
test packet.test
# Embedded server doesn't support external clients
--source include/not_embedded.inc
# Windows fails because it disconnects on too-large packets instead of just
# swallowing them and returning an erro
www.eeworm.com/read/322258/13383927
h packet.h
/* The header file required for every c file */
#ifndef __PACKET_H__
#define __PACKET_H__
// include the header files required by this file here
#include
#include
/////////
www.eeworm.com/read/322258/13383931
def packet.def
LIBRARY Driver
EXPORTS
;DllEntry = DllMain
PKT_Init
PKT_Deinit
;Exporting Initialize and Deinitialize functions
; Exporting Device Open and Close functions
PKT_Open
PKT_Close