HomeSort by: relevance | last modified time | path
    Searched defs:contactsock (Results 1 - 2 of 2) sorted by relevancy

  /src/games/hunt/hunt/
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...]
  /src/games/hunt/huntd/
driver.c 65 * - contact (contactsock, contactaddr, etc.)
74 * Test_socket -> contactsock
120 static int contactsock; /* socket to answer datagrams */ variable in typeref:typename:int
254 (void) recvfrom(contactsock, &msg, sizeof msg,
261 (void) sendto(contactsock, &reply,
268 (void) sendto(contactsock, &reply,
278 (void) sendto(contactsock, &reply,
403 contactsock = -1;
408 contactsock = STDIN_FILENO;
413 contactsock = -1
    [all...]

Completed in 11 milliseconds