Home
last modified time | relevance | path

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

/bsp/amebaz/applications/
A Dsmartconfig_app.c61 struct sockaddr_in UDPBCAddr, UDPBCServerAddr; in airkiss_send_notification() local
70 UDPBCAddr.sin_family = AF_INET; in airkiss_send_notification()
71 UDPBCAddr.sin_port = htons(10000); in airkiss_send_notification()
72 UDPBCAddr.sin_addr.s_addr = htonl(0xffffffff); in airkiss_send_notification()
73 rt_memset(&(UDPBCAddr.sin_zero), 0, sizeof(UDPBCAddr.sin_zero)); in airkiss_send_notification()
94 … int ret = sendto(sock, (char *)&random, 1, 0, (struct sockaddr *)&UDPBCAddr, sizeof(UDPBCAddr)); in airkiss_send_notification()

Completed in 3 milliseconds