Lines Matching refs:u_int16_t
75 u_int16_t icmp6_cksum; /* checksum field */
78 u_int16_t icmp6_un_data16[2]; /* type-specific field */
300 u_int16_t nd_opt_rh_reserved1;
308 u_int16_t nd_opt_mtu_reserved;
315 u_int16_t nd_opt_rdnss_reserved;
323 u_int16_t nd_opt_dnssl_reserved;
331 u_int16_t nd_opt_adv_reserved;
338 u_int16_t nd_opt_hai_reserved;
340 u_int16_t nd_opt_hai_lifetime;
390 #define NI_SUPTYPE_FLAG_COMPRESS ((u_int16_t)htons(0x1))
391 #define NI_FQDN_FLAG_VALIDTTL ((u_int16_t)htons(0x1))
394 #define NI_NODEADDR_FLAG_TRUNCATE ((u_int16_t)htons(0x1))
395 #define NI_NODEADDR_FLAG_ALL ((u_int16_t)htons(0x2))
396 #define NI_NODEADDR_FLAG_COMPAT ((u_int16_t)htons(0x4))
397 #define NI_NODEADDR_FLAG_LINKLOCAL ((u_int16_t)htons(0x8))
398 #define NI_NODEADDR_FLAG_SITELOCAL ((u_int16_t)htons(0x10))
399 #define NI_NODEADDR_FLAG_GLOBAL ((u_int16_t)htons(0x20))
400 #define NI_NODEADDR_FLAG_ANYCAST ((u_int16_t)htons(0x40)) /* just experimental. not in spec */
415 u_int16_t rr_maxdelay;
436 u_int16_t rpm_reserved;
463 u_int16_t rrr_flags;
470 #define ICMP6_RR_RESULT_FLAGS_OOB ((u_int16_t)htons(0x0002))
471 #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN ((u_int16_t)htons(0x0001))