HomeSort by relevance Sort by last modified time
    Searched refs:SOF_ACCEPTCONN (Results 1 - 3 of 3) sorted by null

  /external/syslinux/core/lwip/src/core/
init.c 240 if (SO_ACCEPTCONN != SOF_ACCEPTCONN)
241 LWIP_PLATFORM_DIAG(("lwip_sanity_check: WARNING: SO_ACCEPTCONN != SOF_ACCEPTCONN\n"));
tcp.c 518 lpcb->so_options |= SOF_ACCEPTCONN;
    [all...]
  /external/syslinux/core/lwip/src/include/ipv4/lwip/
ip.h 98 #define SOF_ACCEPTCONN (u8_t)0x02U /* socket has had listen() */

Completed in 6022 milliseconds