OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:contactaddr
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/hunt/hunt/
server.c
203
struct sockaddr_in
contactaddr
;
local in function:send_messages
209
memset(&
contactaddr
, 0, sizeof(
contactaddr
));
210
contactaddr
.sin_family = SOCK_FAMILY;
211
contactaddr
.sin_port = htons(port);
218
memcpy(&
contactaddr
.sin_addr, hp->h_addr,
219
sizeof(
contactaddr
.sin_addr));
222
(struct sockaddr *)&
contactaddr
,
223
sizeof(
contactaddr
));
229
contactaddr
.sin_addr = Daemon.sin_addr
[
all
...]
/src/games/hunt/huntd/
driver.c
65
* - contact (contactsock,
contactaddr
, etc.)
72
* test_port ->
contactaddr
370
struct sockaddr_storage
contactaddr
;
local in function:init
421
makeaddr(NULL, contactport, &
contactaddr
, &contactaddrlen);
423
if (bind(contactsock, (struct sockaddr *) &
contactaddr
,
Completed in 12 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025