Searched refs:ip6_addr (Results 1 – 1 of 1) sorted by relevance
/linux-4.19.296/lib/ |
D | vsprintf.c | 1167 char ip6_addr[sizeof("xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255")]; in ip6_addr_string() local 1170 ip6_compressed_string(ip6_addr, addr); in ip6_addr_string() 1172 ip6_string(ip6_addr, addr, fmt); in ip6_addr_string() 1174 return string(buf, end, ip6_addr, spec); in ip6_addr_string() 1193 char ip6_addr[sizeof("[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:255.255.255.255]") + in ip6_addr_string_sa() local 1196 char *p = ip6_addr, *pend = ip6_addr + sizeof(ip6_addr); in ip6_addr_string_sa() 1225 p = ip6_compressed_string(ip6_addr + off, addr); in ip6_addr_string_sa() 1227 p = ip6_string(ip6_addr + off, addr, fmt6); in ip6_addr_string_sa() 1247 return string(buf, end, ip6_addr, spec); in ip6_addr_string_sa()
|