struct PacketRouteEntry

Route Entry appearing in RIP packets on IPv6. More...

Definition#include <packets.hh>
Template formPacketRouteEntry<typename A>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members

Protected Members


Detailed Description

This payload is carried in RIP packets on IPv6. The interpretation of the fields is defined in RFC2080.

All fields in this structure are stored in network order.

uint16_t _af

_af

[protected]

uint16_t _tag

_tag

[protected]

uint32_t _addr

_addr

[protected]

uint32_t _mask

_mask

[protected]

uint32_t _nh

_nh

[protected]

uint32_t _metric

_metric

[protected]

inline void  initialize (uint16_t tag, const IPv4Net& net, IPv4 nh, uint32_t cost)

initialize

inline uint16_t  addr_family ()

addr_family

[const]

inline uint16_t  tag ()

tag

[const]

inline IPv4Net  net ()

net

[const]

inline IPv4  nexthop ()

nexthop

[const]

inline uint32_t  metric ()

metric

[const]

static const uint16_t ADDR_FAMILY

ADDR_FAMILY

static const uint16_t AUTH_ADDR_FAMILY

AUTH_ADDR_FAMILY

inline void  initialize (uint16_t tag, const IPv4Net& net, IPv4 nh, uint32_t cost)

initialize

inline IPv4Net  net ()

net

[const]

uint32_t prefix[4]

prefix[4]

uint16_t route_tag

route_tag

uint8_t prefix_length

prefix_length

uint8_t metric

metric


Generated by: pavlin on possum.icir.org on Mon Jun 9 13:24:02 2003, using kdoc 2.0a54+XORP.