Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/samples/
Ddemo_bsd_udp.c16 #define CLIENT_MESSAGE "Client BSD UDP Socket testing\n" macro
243 … printf("BSD Client Socket (%lu) sending test message: %s\n", (ULONG)sock_udp_1, CLIENT_MESSAGE); in thread_client_entry()
245 status = sendto(sock_udp_1, CLIENT_MESSAGE, (INT)(sizeof(CLIENT_MESSAGE)), 0, in thread_client_entry()