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 NTP_SUBOPTION_SRV_ADDR = 1;
264static const uint16_t NTP_SUBOPTION_MC_ADDR = 2;
265static const uint16_t NTP_SUBOPTION_SRV_FQDN = 3;
268static const uint16_t IA_NA_OFFSET = 12;
269static const uint16_t IA_TA_OFFSET = 4;
270static const uint16_t IA_PD_OFFSET = 12;
273static const uint16_t IAADDR_OFFSET = 24;
276static const uint16_t IAPREFIX_OFFSET = 25;
279static const uint16_t LQ_QUERY_OFFSET = 17;
285#define ALL_DHCP_RELAY_AGENTS_AND_SERVERS "ff02::1:2"
286#define ALL_DHCP_SERVERS "ff05::1:3"
288static const uint16_t DHCP6_CLIENT_PORT = 546;
289static const uint16_t DHCP6_SERVER_PORT = 547;
296#define SOL_MAX_DELAY 1
298#define SOL_MAX_RT 120
302#define CNF_MAX_DELAY 1
306#define REN_TIMEOUT 10
307#define REN_MAX_RT 600
308#define REB_TIMEOUT 10
309#define REB_MAX_RT 600
310#define INF_MAX_DELAY 1
312#define INF_MAX_RT 120
319#define HOP_COUNT_LIMIT 32
326#define LQ6QT_BY_ADDRESS 1
327#define LQ6QT_BY_CLIENTID 2
328#define LQ6QT_BY_RELAY_ID 3
329#define LQ6QT_BY_LINK_ADDRESS 4
330#define LQ6QT_BY_REMOTE_ID 5
337#define DUID_TIME_EPOCH 946684800
341#define IRT_DEFAULT 86400
342#define IRT_MINIMUM 600
345#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[]