Searched refs:si_repl (Results 1 – 1 of 1) sorted by relevance
82 struct sockaddr_in si_repl; in run_test() local83 socklen_t si_repl_len = sizeof(si_repl); in run_test()88 (struct sockaddr *) &si_repl, &si_repl_len); in run_test()102 (int)si_repl_len, (int)sizeof(si_repl)); in run_test()103 } else if (si_remote->sin_addr.s_addr != si_repl.sin_addr.s_addr || in run_test()104 si_remote->sin_port != si_repl.sin_port) { in run_test()108 inet_ntop(AF_INET, &si_repl.sin_addr, b, sizeof(b)); in run_test()111 a, ntohs(si_remote->sin_port), b, ntohs(si_repl.sin_port)); in run_test()
Completed in 3 milliseconds