Lines Matching defs:test_ip_boolean

531 test_ip_boolean(int sock, const char *socktypename, int option,
551 err(-1, "test_ip_boolean: initial getsockopt()");
554 errx(-1, "test_ip_boolean(%s, %s): initial getsockopt() "
558 errx(-1, "test_ip_boolean(%s, %s): initial getsockopt() "
562 errx(-1, "test_ip_boolean(%s, %s): initial getsockopt() "
571 err(-1, "test_ip_boolean(%s, %s): setsockopt() to %d",
582 err(-1, "test_ip_boolean(%s, %s): getsockopt() after set to "
586 errx(-1, "test_ip_boolean(%s, %s): getsockopt() after set "
591 errx(-1, "test_ip_boolean(%s, %s): getsockopt() after set "
599 errx(-1, "test_ip_boolean(%s, %s): getsockopt() after set "
609 err(-1, "test_ip_boolean(%s, %s): setsockopt() to reset",
619 err(-1, "test_ip_boolean(%s, %s): getsockopt() after reset",
623 errx(-1, "test_ip_boolean(%s, %s): getsockopt() after reset "
627 errx(-1, "test_ip_boolean(%s, %s): getsockopt() after reset "
631 errx(-1, "test_ip_boolean(%s, %s): getsockopt() after reset "
779 err(-1, "get_socket(%s, %d) for test_ip_boolean"
781 test_ip_boolean(sock, socktypename, IP_RECVOPTS,
787 err(-1, "get_socket(%s, %d) for test_ip_boolean"
789 test_ip_boolean(sock, socktypename, IP_RECVRETOPTS,
795 err(-1, "get_socket(%s, %d) for test_ip_boolean"
797 test_ip_boolean(sock, socktypename, IP_RECVDSTADDR,
803 err(-1, "get_socket(%s, %d) for test_ip_boolean"
805 test_ip_boolean(sock, socktypename, IP_RECVTTL, "IP_RECVTTL",
811 err(-1, "get_socket(%s, %d) for test_ip_boolean"
813 test_ip_boolean(sock, socktypename, IP_RECVIF, "IP_RECVIF",
819 err(-1, "get_socket(%s, %d) for test_ip_boolean"
821 test_ip_boolean(sock, socktypename, IP_FAITH, "IP_FAITH", 0,
827 err(-1, "get_socket(%s, %d) for test_ip_boolean"
829 test_ip_boolean(sock, socktypename, IP_ONESBCAST,
855 test_ip_boolean(sock, socktypename, IP_MULTICAST_LOOP,