Lines Matching defs:ip6_addr
1490 char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")];
1493 ip6_compressed_string(ip6_addr, addr);
1495 ip6_string(ip6_addr, addr, fmt);
1497 return string_nocheck(buf, end, ip6_addr, spec);
1516 char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") +
1519 char *p = ip6_addr, *pend = ip6_addr + sizeof(ip6_addr);
1548 p = ip6_compressed_string(ip6_addr + off, addr);
1550 p = ip6_string(ip6_addr + off, addr, fmt6);
1570 return string_nocheck(buf, end, ip6_addr, spec);