Home
last modified time | relevance | path

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

/Zephyr-Core-3.4.0/samples/net/sockets/tcp/src/
Dmain.c18 #define UDP_PORT 4242 macro
57 sin.sin_port = htons(UDP_PORT); in udp()
63 printf("Listening on UDP port %d\n", UDP_PORT); in udp()