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};
128 : mData({AF_INET, IPV4_ADDR_BITS, 0U, 0U, {.v4 = ipv4}}) {} in IPAddress()
130 : mData({AF_INET6, IPV6_ADDR_BITS, 0U, 0U, {.v6 = ipv6}}) {} in IPAddress()
134 0U, in IPAddress()
136 usesScopedIds(ipv6) ? scope_id : 0U, in IPAddress()
139 mData.scope_id = (family() == AF_INET6 && usesScopedIds(mData.ip.v6)) ? scope_id : 0U; in IPAddress()
166 mData.port = 0U; in IPAddress()
170 mData.scope_id = 0U; in IPAddress()
177 mData.cidrlen = 0U; in IPAddress()
178 mData.scope_id = 0U; in IPAddress()