Lines Matching refs:EXIT_FAILURE
77 errx(EXIT_FAILURE, "Cannot get address for %s (%s)", in test()
82 err(EXIT_FAILURE, "socket"); in test()
85 err(EXIT_FAILURE, "setsockopt"); in test()
92 err(EXIT_FAILURE, "bind"); in test()
96 err(EXIT_FAILURE, "sendto"); in test()
99 err(EXIT_FAILURE, "close"); in test()
103 err(EXIT_FAILURE, "socket"); in test()
106 err(EXIT_FAILURE, "setsockopt"); in test()
109 err(EXIT_FAILURE, "connect"); in test()
112 err(EXIT_FAILURE, "send"); in test()
115 err(EXIT_FAILURE, "close"); in test()