Lines Matching refs:ip6_addr
1499 char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")];
1502 ip6_compressed_string(ip6_addr, addr);
1504 ip6_string(ip6_addr, addr, fmt);
1506 return string_nocheck(buf, end, ip6_addr, spec);
1525 char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") +
1528 char *p = ip6_addr, *pend = ip6_addr + sizeof(ip6_addr);
1557 p = ip6_compressed_string(ip6_addr + off, addr);
1559 p = ip6_string(ip6_addr + off, addr, fmt6);
1579 return string_nocheck(buf, end, ip6_addr, spec);