Home
last modified time | relevance | path

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

/external/fio/
Dserver.c1530 char bind_str[128]; in fio_init_server_connection() local
1543 memset(bind_str, 0, sizeof(bind_str)); in fio_init_server_connection()
1558 p = (char *) inet_ntop(af, src, bind_str, sizeof(bind_str)); in fio_init_server_connection()
1564 strncpy(bind_str, port, sizeof(bind_str) - 1); in fio_init_server_connection()
1566 strncpy(bind_str, bind_sock, sizeof(bind_str) - 1); in fio_init_server_connection()
1568 log_info("fio: server listening on %s\n", bind_str); in fio_init_server_connection()