aboutsummaryrefslogtreecommitdiff
path: root/lib/libutee/include/__tee_udpsocket_defines.h
blob: 80d34bccb1115aadfd37258241c4539464cee212 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* SPDX-License-Identifier: BSD-2-Clause */
/*
 * Copyright (c) 2016-2017, Linaro Limited
 * All rights reserved.
 */

#ifndef ____TEE_UDPSOCKET_DEFINES_H
#define ____TEE_UDPSOCKET_DEFINES_H

/* Protocol identifier */
#define TEE_ISOCKET_PROTOCOLID_UDP		0x66

/* Instance specific errors */
#define TEE_ISOCKET_UDP_WARNING_UNKNOWN_OUT_OF_BAND	0xF1020002

/* Instance specific ioctl functions */
#define TEE_UDP_CHANGEADDR			0x66000001
#define TEE_UDP_CHANGEPORT			0x66000002

#endif /*____TEE_UDPSOCKET_DEFINES_H*/