Searched refs:cookie (Results 1 – 9 of 9) sorted by relevance
| /iperf/src/ |
| H A D | t_uuid.c | 37 char cookie[37]; in main() local 38 make_cookie(cookie); in main() 39 printf("cookie: '%s'\n", cookie); in main() 40 if (strlen(cookie) != 36) in main()
|
| H A D | iperf_tcp.c | 120 char cookie[COOKIE_SIZE]; in iperf_tcp_accept() local 130 if (Nread(s, cookie, COOKIE_SIZE, Ptcp) < 0) { in iperf_tcp_accept() 135 if (strcmp(test->cookie, cookie) != 0) { in iperf_tcp_accept() 560 if (Nwrite(s, test->cookie, COOKIE_SIZE, Ptcp) < 0) { in iperf_tcp_connect()
|
| H A D | iperf_sctp.c | 121 char cookie[COOKIE_SIZE]; in iperf_sctp_accept() local 132 if (Nread(s, cookie, COOKIE_SIZE, Psctp) < 0) { in iperf_sctp_accept() 138 if (strncmp(test->cookie, cookie, COOKIE_SIZE) != 0) { in iperf_sctp_accept() 528 if (Nwrite(s, test->cookie, COOKIE_SIZE, Psctp) < 0) { in iperf_sctp_connect()
|
| H A D | iperf_util.c | 114 make_cookie(const char *cookie) in make_cookie() argument 116 unsigned char *out = (unsigned char*)cookie; in make_cookie()
|
| H A D | iperf_client_api.c | 376 make_cookie(test->cookie); in iperf_connect() 403 if (Nwrite(test->ctrl_sck, test->cookie, COOKIE_SIZE, Ptcp) < 0) { in iperf_connect()
|
| H A D | iperf.h | 372 char cookie[COOKIE_SIZE]; member
|
| H A D | iperf_server_api.c | 143 if (Nread(test->ctrl_sck, test->cookie, COOKIE_SIZE, Ptcp) < 0) { in iperf_accept()
|
| H A D | iperf_api.c | 920 cJSON_AddStringToObject(test->json_start, "cookie", test->cookie); in iperf_on_connect() 930 iperf_printf(test, report_cookie, test->cookie); in iperf_on_connect() 2800 memset(testp->cookie, 0, COOKIE_SIZE); in iperf_defaults() 3107 memset(test->cookie, 0, COOKIE_SIZE); in iperf_reset_test()
|
| /iperf/ |
| H A D | RELNOTES.md | 386 cookie used to associate the client and server. Instead, random
|