server.c | 201 send_messages(int contactsock, unsigned short msg) 221 (void) sendto(contactsock, &wiremsg, sizeof(wiremsg), 0, 235 (void) sendto(contactsock, &wiremsg, sizeof(wiremsg), 0, 246 if (setsockopt(contactsock, SOL_SOCKET, SO_BROADCAST, 257 if (sendto(contactsock, &wiremsg, sizeof(wiremsg), 0, 264 if (sendto(contactsock, &wiremsg, sizeof(wiremsg), 0, 271 get_responses(int contactsock) 284 set[0].fd = contactsock; 299 portlen = recvfrom(contactsock, &port_num, sizeof(port_num), 0, 328 int contactsock; local in function:serverlist_query [all...] |