Socket Option Level#

Macros#

#define
SOL_SOCKET 0xffff

This is used to denote that the options are applicable at the socket level.

#define
SOL_TCP 0x0006

This is used to denote that the options are applicable at the TCP level.

Macro Definition Documentation#

SOL_SOCKET#

#define SOL_SOCKET
Value:
0xffff

This is used to denote that the options are applicable at the socket level.


Definition at line 189 of file components/service/bsd_socket/inc/socket.h

SOL_TCP#

#define SOL_TCP
Value:
0x0006

This is used to denote that the options are applicable at the TCP level.


Definition at line 193 of file components/service/bsd_socket/inc/socket.h