Lines Matching refs:U
37 uint8_t cidrlen{0U}; // written and read in host-byte order
38 in_port_t port{0U}; // written and read in host-byte order
39 uint32_t scope_id{0U};
138 : mData({AF_INET, IPV4_ADDR_BITS, 0U, 0U, {.v4 = ipv4}}) {} in IPAddress()
140 : mData({AF_INET6, IPV6_ADDR_BITS, 0U, 0U, {.v6 = ipv6}}) {} in IPAddress()
144 0U, in IPAddress()
146 usesScopedIds(ipv6) ? scope_id : 0U, in IPAddress()
149 mData.scope_id = (family() == AF_INET6 && usesScopedIds(mData.ip.v6)) ? scope_id : 0U; in IPAddress()
176 mData.port = 0U; in IPAddress()
180 mData.scope_id = 0U; in IPAddress()
187 mData.cidrlen = 0U; in IPAddress()
188 mData.scope_id = 0U; in IPAddress()