INET Framework for OMNeT++/OMNEST
RIPinterface Struct Reference

Struktura představuje interní tabulku rozhraní se všemi informacemi, které RIP potřebuje. More...

#include <RIPRouting.h>

List of all members.

Public Attributes

int intID
IPvXAddress addr
IPvXAddress mask
bool broadcast
bool loopback
bool passive
InterfaceEntryentry

Detailed Description

Struktura představuje interní tabulku rozhraní se všemi informacemi, které RIP potřebuje.

Definition at line 51 of file RIPRouting.h.


Member Data Documentation

IP adresa na rozhraní.

Definition at line 54 of file RIPRouting.h.

Referenced by RIPRouting::insertIft(), and operator<<().

Umožňuje broadcast?

Definition at line 56 of file RIPRouting.h.

Referenced by RIPRouting::insertIft(), and operator<<().

Struktura popisující rozhraní.

Definition at line 59 of file RIPRouting.h.

Referenced by RIPRouting::insertIft().

Identifikátor rozhraní.

Definition at line 53 of file RIPRouting.h.

Referenced by RIPRouting::insertIft(), and operator<<().

Jde o loopback?

Definition at line 57 of file RIPRouting.h.

Referenced by RIPRouting::insertIft().

Maska na rozhraní.

Definition at line 55 of file RIPRouting.h.

Referenced by RIPRouting::insertIft(), and operator<<().

Můžou se na rozhraní zasílat RIP zprávy ?

Definition at line 58 of file RIPRouting.h.

Referenced by RIPRouting::insertIft(), and operator<<().


The documentation for this struct was generated from the following file: