enum ndn_dhcp_duid_type

#include <ndn_dhcp.h>

enum ndn_dhcp_duid_type {
    DUID_LLT = 1,
    DUID_LL  = 2,
    DUID_EN  = 3,
};