xref: /optee_os/lib/libutee/include/__tee_tcpsocket_defines_extensions.h (revision e1e6e2c6ffd64dc8a5ca649214c39cbad872c4d2)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2016-2017, Linaro Limited
4  */
5 
6 #ifndef ____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H
7 #define ____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H
8 
9 /* Instance and implementation specific ioctl functions */
10 #define TEE_TCP_SET_RECVBUF	0x65f00000
11 #define TEE_TCP_SET_SENDBUF	0x65f00001
12 
13 #endif /*____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H*/
14