pollution: ipi6_addr struct in6_addr ipi6_addr; pollution: ipi6_ifindex unsigned int ipi6_ifindex; pollution: ip6m_addr struct sockaddr_in6 ip6m_addr; pollution: ip6m_mtu uint32_t ip6m_mtu; pollution: ip6_mtuinfo struct ip6_mtuinfo { struct sockaddr_in6 ip6m_addr; uint32_t ip6m_mtu; }; pollution: ICMP6_FILTER #define ICMP6_FILTER 18 pollution: M_AUTHIPDGM #define M_AUTHIPDGM M_PROTO7 pollution: M_AUTHIPHDR #define M_AUTHIPHDR M_PROTO4 pollution: M_DECRYPTED #define M_DECRYPTED M_PROTO5 pollution: M_FASTFWD_OURS #define M_FASTFWD_OURS M_PROTO1 pollution: M_FRAGMENTED #define M_FRAGMENTED M_PROTO9 pollution: M_IP6_NEXTHOP #define M_IP6_NEXTHOP M_PROTO2 pollution: M_IP_NEXTHOP #define M_IP_NEXTHOP M_PROTO2 pollution: M_LOOP #define M_LOOP M_PROTO6 pollution: M_RTALERT_MLD #define M_RTALERT_MLD M_PROTO8 pollution: M_SKIP_FIREWALL #define M_SKIP_FIREWALL M_PROTO3 pollution: be16toh #define be16toh(x) __bswap16((x)) pollution: be32toh #define be32toh(x) __bswap32((x)) pollution: be64toh #define be64toh(x) __bswap64((x)) pollution: htobe16 #define htobe16(x) __bswap16((x)) pollution: htobe32 #define htobe32(x) __bswap32((x)) pollution: htobe64 #define htobe64(x) __bswap64((x)) pollution: htole16 #define htole16(x) ((uint16_t)(x)) pollution: htole32 #define htole32(x) ((uint32_t)(x)) pollution: htole64 #define htole64(x) ((uint64_t)(x)) pollution: le16toh #define le16toh(x) ((uint16_t)(x)) pollution: le32toh #define le32toh(x) ((uint32_t)(x)) pollution: le64toh #define le64toh(x) ((uint64_t)(x))