250static const uint16_t HWTYPE_ETHERNET = 0x0001;
251static const uint16_t HWTYPE_INFINIBAND = 0x0020;
254static const uint32_t ENTERPRISE_ID_ISC = 2495;
258static const uint16_t ISC_V6_4O6_INTERFACE = 60000;
259static const uint16_t ISC_V6_4O6_SRC_ADDRESS = 60001;
260static const uint16_t ISC_V6_4O6_SRC_PORT = 60002;
263static const uint16_t IA_NA_OFFSET = 12;
264static const uint16_t IA_TA_OFFSET = 4;
265static const uint16_t IA_PD_OFFSET = 12;
268static const uint16_t IAADDR_OFFSET = 24;
271static const uint16_t IAPREFIX_OFFSET = 25;
274static const uint16_t LQ_QUERY_OFFSET = 17;
280#define ALL_DHCP_RELAY_AGENTS_AND_SERVERS "ff02::1:2"
281#define ALL_DHCP_SERVERS "ff05::1:3"
283static const uint16_t DHCP6_CLIENT_PORT = 546;
284static const uint16_t DHCP6_SERVER_PORT = 547;
291#define SOL_MAX_DELAY 1
293#define SOL_MAX_RT 120
297#define CNF_MAX_DELAY 1
301#define REN_TIMEOUT 10
302#define REN_MAX_RT 600
303#define REB_TIMEOUT 10
304#define REB_MAX_RT 600
305#define INF_MAX_DELAY 1
307#define INF_MAX_RT 120
314#define HOP_COUNT_LIMIT 32
321#define LQ6QT_BY_ADDRESS 1
322#define LQ6QT_BY_CLIENTID 2
323#define LQ6QT_BY_RELAY_ID 3
324#define LQ6QT_BY_LINK_ADDRESS 4
325#define LQ6QT_BY_REMOTE_ID 5
332#define DUID_TIME_EPOCH 946684800
336#define IRT_DEFAULT 86400
337#define IRT_MINIMUM 600
340#define DHCPV4_QUERY_FLAGS_UNICAST (1 << 23)
const int dhcpv6_type_name_max
@ STATUS_UnknownQueryType
@ D6O_DHCPV4_O_DHCPV6_SERVER
@ D6O_INFORMATION_REFRESH_TIME
@ D6O_CLIENT_LINKLAYER_ADDR
@ D6O_ERP_LOCAL_DOMAIN_NAME
@ DHCPV6_RECONFIGURE_REPLY
@ DHCPV6_ACTIVELEASEQUERY
@ DHCPV6_INFORMATION_REQUEST
@ DHCPV6_RECONFIGURE_REQUEST
@ DHCPV6_LEASEQUERY_REPLY
const char * dhcpv6_type_names[]