Home
last modified time | relevance | path

Searched refs:Daemon (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/games/hunt/hunt/
H A Dhunt.c65 static struct sockaddr Daemon; variable
200 Daemon.sa_len = 0; in main()
221 Socket = socket(Daemon.sa_family, SOCK_STREAM, 0); in main()
231 if (connect(Socket, &Daemon, Daemon.sa_len) == -1) { in main()
320 is_current = (last_driver == -1 && Daemon.sa_len != 0 && in find_driver()
321 memcmp(&Daemon, &driver->addr, Daemon.sa_len) == 0); in find_driver()
352 Daemon = driver->addr; in find_driver()
/openbsd-src/distrib/miniroot/
H A Dmaster.passwd10 _slaacd:*:115:115::0:0:SLAAC Daemon:/var/empty:/sbin/nologin
/openbsd-src/regress/usr.sbin/pkg_add/newcups/cups-2.2.8/
H A D+DESC7 managing print jobs and queues. The Line Printer Daemon ("LPD") Server
/openbsd-src/regress/usr.sbin/pkg_add/oldcups/cups-2.2.7p1/
H A D+DESC7 managing print jobs and queues. The Line Printer Daemon ("LPD") Server
/openbsd-src/usr.sbin/nsd/
H A DREADME.md8 The NLnet Labs Name Server Daemon (NSD) is an authoritative DNS name server.
/openbsd-src/gnu/usr.bin/perl/cpan/Sys-Syslog/win32/
H A DPerlLog.mc49 Daemon
52 Daemon
/openbsd-src/usr.sbin/nsd/doc/
H A DREADME24 This is NSD Name Server Daemon (NSD) version 4.9.1.
26 The NLnet Labs Name Server Daemon (NSD) is an authoritative RFC compliant
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq8.pod961 operating systems, though. Daemon programs like sendmail place their
1019 The L<Proc::Daemon> module, available from CPAN, provides a function to