Lines Matching defs:ip6_addr
1470 char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")];
1473 ip6_compressed_string(ip6_addr, addr);
1475 ip6_string(ip6_addr, addr, fmt);
1477 return string_nocheck(buf, end, ip6_addr, spec);
1496 char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") +
1499 char *p = ip6_addr, *pend = ip6_addr + sizeof(ip6_addr);
1528 p = ip6_compressed_string(ip6_addr + off, addr);
1530 p = ip6_string(ip6_addr + off, addr, fmt6);
1550 return string_nocheck(buf, end, ip6_addr, spec);