Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:htons

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 */
453 #define ICMP6_RR_RESULT_FLAGS_OOB ((u_int16_t)htons(0x0002))
454 #define ICMP6_RR_RESULT_FLAGS_FORBIDDEN ((u_int16_t)htons(0x0001))