Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/core/
Dinit.c240 if (SO_ACCEPTCONN != SOF_ACCEPTCONN) in lwip_sanity_check()
Dtcp.c518 lpcb->so_options |= SOF_ACCEPTCONN; in tcp_listen_with_backlog()
/external/syslinux/core/lwip/src/include/ipv4/lwip/
Dip.h98 #define SOF_ACCEPTCONN (u8_t)0x02U /* socket has had listen() */ macro