Lines Matching refs:errx
170 errx(1, "unsupported proxy protocol"); in main()
181 errx(1, "interval %s: %s", errstr, optarg); in main()
216 errx(1, "timeout %s: %s", errstr, optarg); in main()
243 errx(1, "cannot use -u and -U"); in main()
265 errx(1, "cannot use -s and -l"); in main()
267 errx(1, "cannot use -r and -l"); in main()
276 errx(1, "cannot use -z and -l"); in main()
278 errx(1, "must use -l with -k"); in main()
280 errx(1, "cannot use -l with -P, -X or -x"); in main()
294 errx(1, "no proxy support for UDP mode"); in main()
297 errx(1, "no proxy support for listen"); in main()
300 errx(1, "no proxy support for unix sockets"); in main()
303 errx(1, "no proxy support for IPv6"); in main()
306 errx(1, "no proxy support for local source address"); in main()
309 errx(1, "missing port specification"); in main()
336 errx(1, "port number %s: %s", in main()
554 errx(1, "getaddrinfo: %s", gai_strerror(error)); in remote_connect()
574 errx(1, "getaddrinfo: %s", gai_strerror(error)); in remote_connect()
578 errx(1, "bind failed: %s", strerror(errno)); in remote_connect()
629 errx(1, "getaddrinfo: %s", gai_strerror(error)); in local_listen()
792 errx(1, "Invalid port/portlist format: " in build_ports()
801 errx(1, "port number %s: %s", errstr, token); in build_ports()
808 errx(1, "port number %s: %s", errstr, n); in build_ports()
904 errx(1, "invalid IP Type of Service"); in parse_iptos()