Searched refs:UDPBCServerAddr (Results 1 – 1 of 1) sorted by relevance
61 struct sockaddr_in UDPBCAddr, UDPBCServerAddr; in airkiss_send_notification() local75 UDPBCServerAddr.sin_family = AF_INET; in airkiss_send_notification()76 UDPBCServerAddr.sin_port = htons(10000); in airkiss_send_notification()77 UDPBCServerAddr.sin_addr.s_addr = htonl(INADDR_ANY); in airkiss_send_notification()78 rt_memset(&(UDPBCServerAddr.sin_zero), 0, sizeof(UDPBCServerAddr.sin_zero)); in airkiss_send_notification()86 if (bind(sock, (struct sockaddr *)&UDPBCServerAddr, sizeof(UDPBCServerAddr)) != 0) in airkiss_send_notification()
Completed in 3 milliseconds