RipCommand

Namespace inet

RipCommand

enum

RIP commands

Source code

//
// RIP commands
//
enum RipCommand
{
    RIP_REQUEST = 1;
    RIP_RESPONSE = 2;
}

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