代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/171026/5400263
c packet.c
// -*- mode: C++; tab-width: 4; indent-tabs-mode: nil -*- (for GNU Emacs)
//
// $Id: packet.c,v 1.5 2003/05/19 15:09:07 dev Exp $
#include
#include
#include "filter.h"
#in
www.eeworm.com/read/170919/5402615
java packet.java
package com.ll.smsbeans;
import java.io.IOException;
import java.io.Serializable;
public interface Packet extends Serializable
{
/**
* 对当前的数据包打包成字节数组,以便于发送。
* @return 返回字节数组
* @thro
www.eeworm.com/read/162838/5512874
java packet.java
package com.ll.smsbeans;
import java.io.IOException;
import java.io.Serializable;
/**
*一个Packet就是接收或者发送数据包的一个单元。
*
* @author listlike
*
www.eeworm.com/read/350097/3129859
c packet.c
/*
* $Id: packet.c,v 1.5 1999/08/31 11:20:41 paul Exp $
* Copyright (C) 1996 SpellCaster Telecommunications Inc.
*
* This program is free software; you can redistribute it and/or modify
* it
www.eeworm.com/read/350097/3132962
h if_packet.h
#ifndef __LINUX_IF_PACKET_H
#define __LINUX_IF_PACKET_H
struct sockaddr_pkt
{
unsigned short spkt_family;
unsigned char spkt_device[14];
unsigned short spkt_protocol;
};
struct sockaddr_ll
{
uns
www.eeworm.com/read/346982/3179152
h packet.h
// nbcode "packet" start
struct packet_t {
sc_uint src_addr;
sc_uint dest_addr;
sc_uint msg_length;
char msg[1024];
};
// nbcode "packet" end
// nbcode "out" start
//define
www.eeworm.com/read/346982/3179161
h packet.h
#include "scv.h"
#include
#ifndef PACKET_H
#define PACKET_H
// Define a packet with an integer payload
class packetT1 {
public:
packetT1 () {}
virtual ~packetT1() {}
//
www.eeworm.com/read/346982/3179171
h packet.h
#include "scv.h"
#include
#ifndef PACKET_H
#define PACKET_H
//Create an object type that will be thrown in the bag. In this case,
//we will use the same basic type that we use for the sm
www.eeworm.com/read/346982/3179178
h packet.h
#include "scv.h"
#include
#ifndef PACKET_H
#define PACKET_H
// Define a packet with a variable size payload
// nbcode "fields" start
class packetT {
public:
packetT () {}
virt
www.eeworm.com/read/341356/3253241
java packet.java
//
// This file is part of the OpenNMS(R) Application.
//
// OpenNMS(R) is Copyright (C) 2002-2003 The OpenNMS Group, Inc. All rights reserved.
// OpenNMS(R) is a derivative work, containing both ori