Home | History | Annotate | Download | only in tcpdump

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 */
299 u_int16_t nd_opt_rh_reserved1;
307 u_int16_t nd_opt_mtu_reserved;
314 u_int16_t nd_opt_adv_reserved;
321 u_int16_t nd_opt_hai_reserved;
323 u_int16_t nd_opt_hai_lifetime;
373 #define NI_SUPTYPE_FLAG_COMPRESS ((u_int16_t)htons(0x1))
374 #define NI_FQDN_FLAG_VALIDTTL ((u_int16_t)htons(0x1))
377 #define NI_NODEADDR_FLAG_TRUNCATE ((u_int16_t)htons(0x1))
378 #define NI_NODEADDR_FLAG_ALL ((u_int16_t)htons(0x2))
379 #define NI_NODEADDR_FLAG_COMPAT ((u_int16_t)htons(0x4))
380 #define NI_NODEADDR_FLAG_LINKLOCAL ((u_int16_t)htons(0x8))
381 #define NI_NODEADDR_FLAG_SITELOCAL ((u_int16_t)htons(0x10))
382 #define NI_NODEADDR_FLAG_GLOBAL ((u_int16_t)htons(0x20))
383 #define NI_NODEADDR_FLAG_ANYCAST ((u_int16_t)htons(0x40)) /* just experimental. not in spec */
398 u_int16_t rr_maxdelay;
419 u_int16_t rpm_reserved;
446 u_int16_t rrr_flags;
453 #define ICMP6_RR_RESULT_FLAGS_OOB ((u_int16_t)htons(0x0002))
454 #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN ((u_int16_t)htons(0x0001))