Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dip.h248 #define ip_reset_option(pcb, opt) ((pcb)->so_options = (u8_t)((pcb)->so_options & ~(opt))) macro
/third_party/lwip/src/core/
Daltcp_tcp.c461 ip_reset_option(pcb, SOF_KEEPALIVE); in altcp_tcp_keepalive_disable()
/third_party/lwip/src/api/
Dsockets.c3424 ip_reset_option(sock->conn->pcb.ip, optname); in lwip_setsockopt_impl()