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

  /src/games/hunt/hunt/
server.c 67 static struct in_addr local_address; variable in typeref:struct:in_addr
84 memcpy(&local_address, hp->h_addr, sizeof(local_address));
263 contactaddr.sin_addr = local_address;
server.c 67 static struct in_addr local_address; variable in typeref:struct:in_addr
84 memcpy(&local_address, hp->h_addr, sizeof(local_address));
263 contactaddr.sin_addr = local_address;
server.c 67 static struct in_addr local_address; variable in typeref:struct:in_addr
84 memcpy(&local_address, hp->h_addr, sizeof(local_address));
263 contactaddr.sin_addr = local_address;

Completed in 30 milliseconds