enum ndn_dhcp6_msg_type

#include <ndn_dhcp.h>

enum ndn_dhcp6_msg_type {
    DHCP6_MSG_SOLICIT             = 1,
    DHCP6_MSG_ADVERTISE,
    DHCP6_MSG_REQUEST,
    DHCP6_MSG_CONFIRM,
    DHCP6_MSG_RENEW,
    DHCP6_MSG_REBIND,
    DHCP6_MSG_REPLY,
    DHCP6_MSG_RELEASE,
    DHCP6_MSG_DECLINE,
    DHCP6_MSG_RECONFIGURE,
    DHCP6_MSG_INFORMATION_REQUEST,
    DHCP6_MSG_RELAY_FORW,
    DHCP6_MSG_RELAY_REPL,
};