|
INET Framework for OMNeT++/OMNEST
|
Struktura představuje interní tabulku rozhraní se všemi informacemi, které RIP potřebuje. More...
#include <RIPRouting.h>
Public Attributes | |
| int | intID |
| IPvXAddress | addr |
| IPvXAddress | mask |
| bool | broadcast |
| bool | loopback |
| bool | passive |
| InterfaceEntry * | entry |
Struktura představuje interní tabulku rozhraní se všemi informacemi, které RIP potřebuje.
Definition at line 51 of file RIPRouting.h.
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<<().
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<<().