Home
last modified time | relevance | path

Searched refs:LWIPERF_TCP_PORT_DEFAULT (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/apps/
Dlwiperf.h47 #define LWIPERF_TCP_PORT_DEFAULT 5001 macro
/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c657 return lwiperf_start_tcp_server(IP_ADDR_ANY, LWIPERF_TCP_PORT_DEFAULT, in lwiperf_start_tcp_server_default()
747 return lwiperf_start_tcp_client(remote_addr, LWIPERF_TCP_PORT_DEFAULT, LWIPERF_CLIENT, in lwiperf_start_tcp_client_default()
784 settings.remote_port = htonl(LWIPERF_TCP_PORT_DEFAULT); in lwiperf_start_tcp_client()
794 ret = lwiperf_start_tcp_server_impl(&state->conn_pcb->local_ip, LWIPERF_TCP_PORT_DEFAULT, in lwiperf_start_tcp_client()