Home
last modified time | relevance | path

Searched refs:format_ip4 (Results 1 – 1 of 1) sorted by relevance

/external/qemu/
Dsockets.c346 format_ip4( char* buf, char* end, uint32_t ip ) in format_ip4() function
382 buf = format_ip4( buf, end, a->u.inet.address ); in sock_address_to_string()