Home
last modified time | relevance | path

Searched refs:netconn_set_ipv6only (Results 1 - 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
H A Dapi.h129 /** UDP IPv6 (dual-stack by default, unless you call @ref netconn_set_ipv6only) */
131 /** UDP IPv6 lite (dual-stack by default, unless you call @ref netconn_set_ipv6only) */
133 /** UDP IPv6 no checksum (dual-stack by default, unless you call @ref netconn_set_ipv6only) */
140 /** Raw connection IPv6 (dual-stack by default, unless you call @ref netconn_set_ipv6only) */
388 #define netconn_set_ipv6only(conn, val) do { if(val) { \ macro
/third_party/lwip/src/api/
H A Dsockets.c3688 netconn_set_ipv6only(sock->conn, 1);
3690 netconn_set_ipv6only(sock->conn, 0);

Completed in 6 milliseconds