代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/255847/12052973
sbr packet.sbr
www.eeworm.com/read/255541/12076512
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/152772/12086442
rsvpte_packet
#include "rsvpte_struct.h"
inline void htonl_nba(u_char * buf, u_int * extra) {
u_int temp;
memcpy(&temp, buf, sizeof(u_int));
temp = htonl(temp);
memcpy(buf, &temp, sizeof(u_int));
www.eeworm.com/read/252553/12275700
java packet.java
import java.math.BigInteger;
import java.io.ByteArrayOutputStream;
import java.io.ByteArrayInputStream;
/**
*
* Packet defines the Fishnet packet headers and some constants.
*
www.eeworm.com/read/338259/12315889
msg packet.msg
//
// This file is part of an OMNeT++/OMNEST simulation example.
//
// Copyright (C) 1992-2005 Andras Varga
//
// This file is distributed WITHOUT ANY WARRANTY. See the file
// `license' for det
www.eeworm.com/read/338234/12317518
c packet_in.c
/***************************************************************************
packet_in.c - description
-------------------
begin
www.eeworm.com/read/338234/12317543
h packet_in.h
/***************************************************************************
packet_in.h - description
-------------------
begin
www.eeworm.com/read/149758/12351874
h packet.h
////////////////////////////////////////////////////////////////////////////////
// packet.c - packet driver helper functions header file.
//
#ifndef __PACKET_H__
#define __PACKET_H__
#include
www.eeworm.com/read/149758/12351887
c packet.c
////////////////////////////////////////////////////////////////////////////////
// Packet.c - packet capture driver helper functions.
//
#include
#include
#include
www.eeworm.com/read/250523/12400997
h packet.h
#ifndef _PACKET_H
#define _PACKET_H
#include
#include
struct dhcpMessage {
u_int8_t op;
u_int8_t htype;
u_int8_t hlen;
u_int8_t hops;
u_int32_t xid;
u_int16_t se