Searched refs:SOF_ACCEPTCONN (Results 1 – 3 of 3) sorted by relevance
240 if (SO_ACCEPTCONN != SOF_ACCEPTCONN) in lwip_sanity_check()
518 lpcb->so_options |= SOF_ACCEPTCONN; in tcp_listen_with_backlog()
98 #define SOF_ACCEPTCONN (u8_t)0x02U /* socket has had listen() */ macro