pollution: ipi_addr struct in_addr ipi_addr; pollution: ipi_ifindex unsigned int ipi_ifindex; pollution: imr_multiaddr struct in_addr imr_multiaddr; pollution: imr_interface struct in_addr imr_interface; pollution: af_name char af_name[16]; pollution: af_arg char af_arg[256-16]; pollution: accept_filter_arg struct accept_filter_arg { char af_name[16]; char af_arg[256-16]; }; pollution: paccept int paccept(int, struct sockaddr * restrict, __socklen_t * restrict, const sigset_t * restrict, int); 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: CCMSG_DATA #define CCMSG_DATA(cmsg) (__CASTCV(const u_char *, cmsg) + __CMSG_ASIZE) pollution: CTL_IPPROTO_IPSEC #define CTL_IPPROTO_IPSEC 258 pollution: IN6ADDR_LINKLOCAL_ALLNODES_INIT #define IN6ADDR_LINKLOCAL_ALLNODES_INIT {{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}} pollution: IN6ADDR_LINKLOCAL_ALLROUTERS_INIT #define IN6ADDR_LINKLOCAL_ALLROUTERS_INIT {{{ 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02 }}} pollution: IN6ADDR_NODELOCAL_ALLNODES_INIT #define IN6ADDR_NODELOCAL_ALLNODES_INIT {{{ 0xff, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01 }}} pollution: sstocsa #define sstocsa(__ss) ((const struct sockaddr *)(__ss)) pollution: sstosa #define sstosa(__ss) ((struct sockaddr *)(__ss))