代码搜索:Packet

找到约 10,000 项符合「Packet」的源代码

代码结果 10,000
www.eeworm.com/read/210953/15189799

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/210841/15191656

m single_packet.m

function [inf_bits_cnt, inf_bit_errs, raw_bits_cnt, raw_bit_errs] = single_packet(sim_options) % Generate channel impulse response cir = get_channel_ir(sim_options); % Generate tx signal, retu
www.eeworm.com/read/209925/15211621

h packet32.h

/* * Copyright (c) 1999 - 2003 * NetGroup, Politecnico di Torino (Italy) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are p
www.eeworm.com/read/207778/15262322

m single_packet.m

function [inf_bits_cnt, inf_bit_errs, raw_bits_cnt, raw_bit_errs] = single_packet(sim_options) % Generate channel impulse response cir = get_channel_ir(sim_options); % Generate tx signal, retu
www.eeworm.com/read/11139/198152

c sim_packet.c

/* * "Copyright (c) 2005 Stanford University. All rights reserved. * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose, without fee, and w
www.eeworm.com/read/11139/198192

h sim_packet.h

/* * "Copyright (c) 2005 Stanford University. All rights reserved. * * Permission to use, copy, modify, and distribute this software and * its documentation for any purpose, without fee, and w
www.eeworm.com/read/11139/199385

h dymo_packet.h

/* * Copyright (c) 2007 Romain Thouvenin * Published under the terms of the GNU General Public License (GPLv2). */ #include "routing.h" typedef enum block_sema
www.eeworm.com/read/35470/1058948

png packet_total.png

www.eeworm.com/read/482538/1286979

hh packet_anno.hh

#ifndef CLICK_PACKET_ANNO_HH #define CLICK_PACKET_ANNO_HH #define MAKE_ANNOTATIONINFO(offset, size) ((size) > 16) #define ANNOTATIONINFO_OFF
www.eeworm.com/read/480930/1312301

c af_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 leve