HomeSort by: relevance | last modified time | path
    Searched refs:Daemon (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hunt/hunt/
hunt_private.h 68 extern SOCKET Daemon;
hunt.c 84 SOCKET Daemon;
86 #define DAEMON_SIZE (sizeof Daemon)
88 #define DAEMON_SIZE (sizeof Daemon - 1)
291 if (Daemon.sin_port == 0)
306 if (connect(huntsocket, (struct sockaddr *) &Daemon,
330 Daemon.sun_family = SOCK_FAMILY;
331 (void) strcpy(Daemon.sun_path, huntsockpath);
332 if (connect(huntsocket, &Daemon, DAEMON_SIZE) < 0) {
344 } while (connect(huntsocket, &Daemon, DAEMON_SIZE) < 0);
430 assert(hostlen == sizeof(Daemon));
    [all...]
server.c 229 contactaddr.sin_addr = Daemon.sin_addr;
  /src/sys/arch/x68k/stand/libsa/
putimage.S 104 | BSD Daemon Image, used for NetBSD boot by permission.
107 | BSD Daemon Copyright 1988 by Marshall Kirk McKusick.
110 | Permission to use the daemon may be obtained from:
120 .asciz "\nBSD Daemon Copyright 1988 by Marshall Kirk McKusick."

Completed in 14 milliseconds