Home
last modified time | relevance | path

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

/DragonOS/user/apps/test_bind/
H A Dmain.c9 #define PORT 12580 macro
47 address.sin_port = htons(PORT+1); in test_tcp_bind()
56 address.sin_port = htons(PORT); in test_tcp_bind()
109 address.sin_port = htons(PORT+1); in test_udp_bind()
118 address.sin_port = htons(PORT); in test_udp_bind()
190 address.sin_port = htons(PORT); in main()
198 address.sin_port = htons(PORT); in main()
/DragonOS/user/apps/http_server/
H A Dmain.c10 #define PORT 12580 macro
199 address.sin_port = htons(PORT); in main()