代码搜索:Packet
找到约 10,000 项符合「Packet」的源代码
代码结果 10,000
www.eeworm.com/read/378588/9222874
h packet_out.h
#ifndef PACKET_OUT_H
#define PACKET_OUT_H
#include
#include
#include
#include
#include
#include
#
www.eeworm.com/read/181983/9223039
h packet_ops.h
#ifndef PACKET_OPS_H
#define PACKET_OPS_H
#include "queue.h"
#include "hashtab.h"
#include "api.h"
#include
/* initializes the packet_table */
int
packet_table_init();
/* this functio
www.eeworm.com/read/181983/9223069
c packet_ops.c
/* this file contains various operations that can be performed on
* the data struct storing the outstanding packets.
*
* The data struct is a hash table.
* Each item is a pointer to a queue for pack
www.eeworm.com/read/378503/9228099
h packet_types.h
// IP packet structures...
// -----------------------
// Note: All of this is hard coded little endian!
typedef long n_long;
typedef short n_short;
typedef long n_time;
struct ip
{
www.eeworm.com/read/378503/9228120
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/181832/9235509
c packet_test.c
#include "../layers/physical/serial_connect.h"
#include "../debug/debug.h"
#include "../layers/network/packet.h"
#include /* Standard input/output definitions */
#include /* St
www.eeworm.com/read/377572/9270705
hh packet_assembly.hh
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2008 XORP, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this sof
www.eeworm.com/read/377572/9270723
hh packet_queue.hh
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2008 XORP, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this sof
www.eeworm.com/read/377572/9270803
cc packet_queue.cc
// -*- c-basic-offset: 4; tab-width: 8; indent-tabs-mode: t -*-
// Copyright (c) 2001-2008 XORP, Inc.
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of this sof
www.eeworm.com/read/377486/9274704