Home
last modified time | relevance | path

Searched refs:netconntype (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/api/
Dsockets.c177 #define LWIP_SOCKOPT_CHECK_OPTLEN_CONN_PCB_TYPE(sock, optlen, opttype, netconntype) do { \ argument
179 …if (NETCONNTYPE_GROUP(netconn_type((sock)->conn)) != netconntype) { done_socket(sock); return ENOP…