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

  /external/syslinux/core/lwip/src/include/
lwipopts.h 55 #define TCP_LOCAL_PORT_RANGE_START 49152
  /external/syslinux/core/lwip/src/core/
tcp.c 613 #ifndef TCP_LOCAL_PORT_RANGE_START
616 #define TCP_LOCAL_PORT_RANGE_START 0xc000
619 static u16_t port = TCP_LOCAL_PORT_RANGE_START;
623 port = TCP_LOCAL_PORT_RANGE_START;
    [all...]

Completed in 435 milliseconds