Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
H A Dapi.h87 #define NETCONN_FLAG_IPV6_V6ONLY 0x20 macro
386 * TCP: Set the IPv6 ONLY status of netconn calls (see NETCONN_FLAG_IPV6_V6ONLY)
389 netconn_set_flags(conn, NETCONN_FLAG_IPV6_V6ONLY); \
391 netconn_clear_flags(conn, NETCONN_FLAG_IPV6_V6ONLY); }} while(0)
393 * TCP: Get the IPv6 ONLY status of netconn calls (see NETCONN_FLAG_IPV6_V6ONLY)
395 #define netconn_get_ipv6only(conn) (((conn)->flags & NETCONN_FLAG_IPV6_V6ONLY) != 0)

Completed in 1 milliseconds