|
ITS
|
Choice between a number or a MAC address. More...
#include <QtGlobal>Go to the source code of this file.
Classes | |
| union | ForwardingAlgorithmResponseMacAddress_u |
| ForwardingAlgorithmResponseMacAddress union is the union between a number or a MAC address. More... | |
| class | ForwardingAlgorithmResponse |
Macros | |
| #define | MAC_ADDR_SIZE 6 |
Typedefs | |
| typedef enum ForwardingAlgorithmResponse_PR | ForwardingAlgorithmResponse_PR |
| ForwardingAlgorithmResponse_PR enum defines the type of address. More... | |
| typedef union ForwardingAlgorithmResponseMacAddress_u | ForwardingAlgorithmResponseMacAddress |
| ForwardingAlgorithmResponseMacAddress union is the union between a number or a MAC address. More... | |
Enumerations | |
| enum | ForwardingAlgorithmResponse_PR { ForwardingAlgorithmResponse_PR_NOTHING, ForwardingAlgorithmResponse_PR_ForwardingAlgorithmResponseMacAddress, ForwardingAlgorithmResponse_PR_Integer } |
| ForwardingAlgorithmResponse_PR enum defines the type of address. More... | |
Choice between a number or a MAC address.
Definition in file ForwardingAlgorithmResponse.h.
| #define MAC_ADDR_SIZE 6 |
Definition at line 10 of file ForwardingAlgorithmResponse.h.
Referenced by GeoNet::advancedForwarding(), GeoNet::contentionBasedForwardingAlgorithm(), ForwardingAlgorithmResponse::ForwardingAlgorithmResponse(), GeoNet::greedy(), GeoNet::LSReplyPacketProcessing(), GeoNet::LSRequestPacketProcessing(), ForwardingAlgorithmResponse::operator=(), ForwardingAlgorithmResponse::operator==(), GeoNet::sendGAC(), GeoNet::sendGUC(), ForwardingAlgorithmResponse::setMacAddr(), and GeoNet::simpleForwardingAlgorithm().
ForwardingAlgorithmResponse_PR enum defines the type of address.
ForwardingAlgorithmResponseMacAddress union is the union between a number or a MAC address.
ForwardingAlgorithmResponse_PR enum defines the type of address.
| Enumerator | |
|---|---|
| ForwardingAlgorithmResponse_PR_NOTHING | No available address. |
| ForwardingAlgorithmResponse_PR_ForwardingAlgorithmResponseMacAddress | MAC address. |
| ForwardingAlgorithmResponse_PR_Integer | Number. |
Definition at line 15 of file ForwardingAlgorithmResponse.h.