1 /* SPDX-License-Identifier: BSD-2-Clause */ 2 /* 3 * Copyright (c) 2016-2017, Linaro Limited 4 * All rights reserved. 5 */ 6 7 #ifndef ____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H 8 #define ____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H 9 10 /* Instance and implementation specific ioctl functions */ 11 #define TEE_TCP_SET_RECVBUF 0x65f00000 12 #define TEE_TCP_SET_SENDBUF 0x65f00001 13 14 #endif /*____TEE_TCPSOCKET_DEFINES_EXTENSIONS_H*/ 15