代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/287727/8673565
h igmp_packet.h
/*
$Log:: /OEM Source Code/igmp/igmp_packet.h $
*
* 1 4/23/98 9:53p Release Engineer
* Initial release
* IGMP v4.1.0
*/
/******
www.eeworm.com/read/431283/8692050
h gprs_packet.h
#ifndef GPRS_PACKET__H
#define GPRS_PACKET__H
#include "mittype.h"
typedef struct oper_packet
{
u32 length;//业务数据长度,不包含包头
u32 oper_no;//业务码
u32 func_no;//操作码
u32 seq_no; //序列号
u32 pa
www.eeworm.com/read/386292/8757280
c bl_packet.c
//*****************************************************************************
//
// bl_packet.c - Packet handler functions used by the boot loader.
//
// Copyright (c) 2006-2007 Luminary Micro,
www.eeworm.com/read/386292/8757299
h bl_packet.h
//*****************************************************************************
//
// bl_packet.h - The global variables and definitions of the boot loader.
//
// Copyright (c) 2006-2007 Luminary
www.eeworm.com/read/386292/8757362
c bl_packet.c
//*****************************************************************************
//
// bl_packet.c - Packet handler functions used by the boot loader.
//
// Copyright (c) 2006-2007 Luminary Micro,
www.eeworm.com/read/386292/8757380
h bl_packet.h
//*****************************************************************************
//
// bl_packet.h - The global variables and definitions of the boot loader.
//
// Copyright (c) 2006-2007 Luminary
www.eeworm.com/read/429448/8808076
m single_packet.m
function [txsignal, tx_inf_bits, rxsignal, inf_bits_cnt, inf_bit_errs] = single_packet(sim_options, SNR,BER_sta,n_tx,n_rx)
BER_sta
if BER_sta==0
if SNR
www.eeworm.com/read/427598/8931348
h packet_queue.h
/*
* This is a module which is used for queueing IPv4 packets and
* communicating with userspace via netlink.
*
* (C) 2000 James Morris, this code is GPL.
*/
#ifndef _IP_QUEUE_H
#define _IP_QUEUE
www.eeworm.com/read/427598/8931393
c packet_queue.c
/*
* This is a module which is used for queueing IPv4 packets and
* communicating with userspace via netlink.
*
* (C) 2000 James Morris, this code is GPL.
*
* 2002-01-10: I modified this code s
www.eeworm.com/read/427598/8931466
c packet_out.c
/***************************************************************************
packet_out.c - description
-------------------
begin