代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/258968/11829966
h packet_input.h
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/258968/11829971
cc packet_input.cc
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/258968/11829974
cc packet_queue.cc
/*****************************************************************************
*
* Copyright (C) 2001 Uppsala University & Ericsson AB.
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/344718/11864045
h packet32.h
/*
* Copyright (c) 1999, 2000
* Politecnico di Torino. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided tha
www.eeworm.com/read/344233/11898250
c packet_fill.c
www.eeworm.com/read/256488/11996352
c packet_fill.c
www.eeworm.com/read/153660/12014210
h mflood-packet.h
#ifndef __mflood_packet_h__
#define __mflood_packet_h__
/*
* JFlood Routing Protocol Header Macros
*/
#define HDR_MFLOOD(p) ((struct hdr_mflood*)hdr_mflood::access(p))
/*
* General JFlo
www.eeworm.com/read/342210/12035063
m single_packet.m
function [inf_bits_cnt, inf_bit_errs, raw_bits_cnt, raw_bit_errs] = single_packet(SimulationParameters,SNR)
% Generate channel impulse response
cir = get_channel_ir(SimulationParameters);
% Gen
www.eeworm.com/read/152772/12086447
c rsvpte_packet.c
#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/253378/12226957
cpp packet_db.cpp
#include "win_and_sock.h"
#include "packet_db.h"
#include
#include
#include
struct packet_db packet_db[MAX_PACKET_DB];
int init_packet_db(char * db_filename)