Public Member Functions | |
| char * | saddr () |
| char * | daddr () |
| char * | nexthop () |
| int & | ttl () |
| void | addModuleRoute (int i, int val) |
| int | moduleRouteCount () |
| int | getModuleRoute (int i) |
| void | clearModuleRoute () |
| int | sendup () |
| void | setSendup () |
Static Public Member Functions | |
| static int & | offset () |
| static struct RoutingHdr * | access (const Packet *p) |
Public Attributes | |
| char | saddr_ [MRCL_ADDRESS_MAX_LEN] |
| char | daddr_ [MRCL_ADDRESS_MAX_LEN] |
| char | nexthop_ [MRCL_ADDRESS_MAX_LEN] |
| int | moduleRoute_ [MRCL_ADDRESS_MAX_ROUTING_TREE_DEPTH] |
| int | moduleRouteCount_ |
| int | sendup_ |
| int | ttl_ |
Static Public Attributes | |
| static int | offset_ = 0 |
Definition at line 47 of file mrcl-address.h.
1.5.2