ns2 Network Simulator      C++ Class Hierarchy of version ns-snapshot-20040722
Home |  Source Code |  Manual |  FAQ |  Mailing List Archive |  Search |  Download | 


Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

hdr_ip Struct Reference

#include <ip.h>

List of all members.

Public Member Functions

ns_addr_tsrc ()
nsaddr_tsaddr ()
int32_tsport ()
ns_addr_tdst ()
nsaddr_tdaddr ()
int32_tdport ()
int & ttl ()
int & flowid ()
int & prio ()

Static Public Member Functions

int & offset ()
hdr_ip * access (const Packet *p)

Public Attributes

ns_addr_t src_
ns_addr_t dst_
int ttl_
int fid_
int prio_

Static Public Attributes

int offset_


Member Function Documentation

hdr_ip* hdr_ip::access const Packet   p [inline, static]
 

nsaddr_t& hdr_ip::daddr   [inline]
 

int32_t& hdr_ip::dport   [inline]
 

ns_addr_t& hdr_ip::dst   [inline]
 

int& hdr_ip::flowid   [inline]
 

int& hdr_ip::offset   [inline, static]
 

int& hdr_ip::prio   [inline]
 

nsaddr_t& hdr_ip::saddr   [inline]
 

int32_t& hdr_ip::sport   [inline]
 

ns_addr_t& hdr_ip::src   [inline]
 

int& hdr_ip::ttl   [inline]
 


Member Data Documentation

ns_addr_t hdr_ip::dst_
 

int hdr_ip::fid_
 

int hdr_ip::offset_ [static]
 

int hdr_ip::prio_
 

ns_addr_t hdr_ip::src_
 

int hdr_ip::ttl_
 


The documentation for this struct was generated from the following files:
This document is generated by doxygen.