Home
last modified time | relevance | path

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

/DragonOS-0.1.8/user/apps/test_bind/
Dmain.c10 #define PORT 12580 macro
48 address.sin_port = htons(PORT+1); in test_tcp_bind()
57 address.sin_port = htons(PORT); in test_tcp_bind()
110 address.sin_port = htons(PORT+1); in test_udp_bind()
119 address.sin_port = htons(PORT); in test_udp_bind()
191 address.sin_port = htons(PORT); in main()
199 address.sin_port = htons(PORT); in main()
/DragonOS-0.1.8/user/apps/http_server/
Dmain.c10 #define PORT 12580 macro
199 address.sin_port = htons(PORT); in main()