Searched refs:ip6_addr (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | vsprintf.c | 1410 char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; in ip6_addr_string() local 1413 ip6_compressed_string(ip6_addr, addr); in ip6_addr_string() 1415 ip6_string(ip6_addr, addr, fmt); in ip6_addr_string() 1417 return string_nocheck(buf, end, ip6_addr, spec); in ip6_addr_string() 1436 char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + in ip6_addr_string_sa() local 1439 char *p = ip6_addr, *pend = ip6_addr + sizeof(ip6_addr); in ip6_addr_string_sa() 1468 p = ip6_compressed_string(ip6_addr + off, addr); in ip6_addr_string_sa() 1470 p = ip6_string(ip6_addr + off, addr, fmt6); in ip6_addr_string_sa() 1490 return string_nocheck(buf, end, ip6_addr, spec); in ip6_addr_string_sa()
|