Lines Matching defs:ip6_addr
1461 char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")];
1464 ip6_compressed_string(ip6_addr, addr);
1466 ip6_string(ip6_addr, addr, fmt);
1468 return string_nocheck(buf, end, ip6_addr, spec);
1487 char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") +
1490 char *p = ip6_addr, *pend = ip6_addr + sizeof(ip6_addr);
1519 p = ip6_compressed_string(ip6_addr + off, addr);
1521 p = ip6_string(ip6_addr + off, addr, fmt6);
1541 return string_nocheck(buf, end, ip6_addr, spec);