Select one of the symbols to view example projects that use it.
 
Outline
#define LWIP_HDR_SYS_SOCKETS_H
#include "lwip/sockets.h"
#include <net/if.h>
Files
loading...
SourceVuESP-IDF Framework and ExampleslwIPport/esp32xx/include/sys/socket.h
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
/** * @file * This file is a posix wrapper for lwip/sockets.h. *//* ... */ /* * SPDX-FileCopyrightText: 2001-2004 Swedish Institute of Computer Science * * SPDX-License-Identifier: BSD-3-Clause * * SPDX-FileContributor: 2018-2022 Espressif Systems (Shanghai) CO LTD *//* ... */ #ifndef LWIP_HDR_SYS_SOCKETS_H #define LWIP_HDR_SYS_SOCKETS_H #include "lwip/sockets.h" /* SOMAXCONN is expected to be found in this header too, while for ESP32 port is defined in net/if.h *//* ... */ #include <net/if.h> /* ... */ #endif /* LWIP_HDR_SYS_SOCKETS_H */
Details
Show:
from
Types: Columns:
This file uses the notable symbols shown below. Click anywhere in the file to view more details.