RipAf

Namespace inet

RipAf

enum

Address Family constants

Source code

//
// Address Family constants
//
enum RipAf
{
    RIP_AF_NONE = 0;
    RIP_AF_INET = 2;
    // RIP_AF_AUTH = 0xFFFF;
}

File: src/inet/routing/rip/RipPacket.msg