Searched defs:bind_str (Results 1 - 1 of 1) sorted by relevance

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

Completed in 74 milliseconds