Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/zperf/
Dzperf_internal.h43 #define DEF_PORT 5001 macro
44 #define DEF_PORT_STR STRINGIFY(DEF_PORT)
Dzperf_shell.c58 .sin6_port = htons(DEF_PORT),
63 .sin_port = htons(DEF_PORT),
213 param->port = DEF_PORT; in zperf_bind_host()