/*
- Copyright 2019-present Open Networking Foundation
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
- http://www.apache.org/licenses/LICENSE-2.0
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
*/
ifndef _I3_TESTH
define _I3_TESTH
include
include
include
include
include
include
include
include <sys/types.h>
include <sys/socket.h>
include
include
include <sys/time.h>
include <sys/uio.h>
include <sys/stat.h>
include
include <sys/mman.h>
include
include
include <i3.h>
define I3_TEST_SUCCESS 0
define I3_TEST_FAILURE 1
define I3_TEST_ENOSERVICE 2
define I3_TEST_ENOTCONN 3
define I3_TEST_ENOTFOUND 4
define I3_TEST_EIO 5
define I3_TEST_ENOMEM 6
define I3_TEST_EINVAL 7
define I3_TEST_ENOSUPPORT 8
define I3_TEST_ECONNREFUSED 9
define I3_TEST_ECONNRESET 10
define I3_TEST_ETIMEOUT 11
define I3_TEST_EEXIST 12
THE END