Searched refs:si_other (Results 1 – 1 of 1) sorted by relevance
210 struct sockaddr_in si_other = {0}; in udp_client() local219 socklen_t slen = sizeof(si_other); in udp_client()224 si_other.sin_family = AF_INET; in udp_client()225 si_other.sin_port = htons(PORT); in udp_client()226 if (inet_aton("127.0.0.1", &si_other.sin_addr) == 0) in udp_client()228 if (bind(s_rcv, (struct sockaddr *)&si_other, sizeof(si_other)) == -1) in udp_client()241 (struct sockaddr *)&si_other, slen); in udp_client()250 res = memcmp(&(si_other.sin_addr), &(si_me.sin_addr), in udp_client()