MCUXpresso SDK API Reference Manual  Rev. 0
NXP Semiconductors
 All Data Structures Functions Variables Typedefs Enumerations Enumerator Groups Pages
Secure Socket Domains

Options for the lDomain parameter of SOCKETS_Socket() function. More...

Overview

These select the protocol family to be used for communication.

Macros

#define SOCKETS_AF_INET   ( 2 )
 IPv4 Internet Protocols. More...
 
#define SOCKETS_PF_INET   SOCKETS_AF_INET
 IPv4 Internet Protocol. More...
 
#define SOCKETS_AF_INET6   ( 10 )
 IPv6 Internet Protocols. More...
 

Macro Definition Documentation

#define SOCKETS_AF_INET   ( 2 )
#define SOCKETS_PF_INET   SOCKETS_AF_INET
#define SOCKETS_AF_INET6   ( 10 )

This option is currently not supported.