Home
last modified time | relevance | path

Searched refs:hostname (Results 226 – 250 of 252) sorted by relevance

1234567891011

/dragonfly/contrib/cvs-1.12/src/
H A Dlogmsg.c826 (void) fprintf (pipefp, "In directory %s:", hostname); in logfile_write()
H A Dserver.c611 if (isThisHost (config->PrimaryServer->hostname)) in isProxyServer()
2891 free (hostname); in serve_hostname()
2892 hostname = xstrdup (arg); in serve_hostname()
/dragonfly/sys/vfs/nfs/
H A Dnfs.h142 char *hostname; /* server's name */ member
H A Dbootp_subr.c1487 strcpy(hostname, p); in bootpc_decode_reply()
1488 kprintf("hostname %s ",hostname); in bootpc_decode_reply()
/dragonfly/crypto/openssh/
H A Dauthfd.c469 (r = sshbuf_put_cstring(b, dch->hostname)) != 0 || in encode_dest_constraint_hop()
/dragonfly/usr.bin/telnet/
H A DREADME179 -u Specify the length of the hostname field in the utmp
182 than putting in a truncated hostname.
184 -U Registered hosts only. If a reverse hostname lookup
H A Dtelnet.c2077 auth_encrypt_init(local_host, hostname, "TELNET", 0); in telnet()
/dragonfly/sbin/mount_nfs/
H A Dmount_nfs.c570 nfsargsp->hostname = nam; in getnfsargs()
/dragonfly/sbin/svc/
H A Dexecute.c891 info.hostname = hostbuf; in setup_jail()
/dragonfly/sys/dev/raid/vinum/
H A Dvinumio.c123 bcopy(hostname, drive->label.sysname, VINUMHOSTNAMELEN); /* put in host name */ in set_drive_parms()
/dragonfly/contrib/lvm2/dist/lib/format1/
H A Dimport-export.c134 prefix, cmd->hostname, time(NULL)) < 0) { in _system_id()
/dragonfly/contrib/dhcpcd/src/
H A Ddhcp6.c651 const char *hostname; in dhcp6_makemessage() local
720 hostname = dhcp_get_hostname(hbuf, sizeof(hbuf), ifo); in dhcp6_makemessage()
722 hostname = NULL; /* appearse gcc */ in dhcp6_makemessage()
767 hl = encode_rfc1035(hostname, NULL); in dhcp6_makemessage()
1146 encode_rfc1035(hostname, p); in dhcp6_makemessage()
/dragonfly/contrib/tnftp/src/
H A Dcmds.c816 connected == -1 ? "and logged in" : "", hostname); in status()
823 hostname); in status()
/dragonfly/sys/netinet6/
H A Din6.c1164 if (in6_nigroup(ifp, hostname, strlen(hostname), in in6_update_ifa()
/dragonfly/contrib/gdb-7/readline/doc/
H A Drluser.texi1318 @samp{~}), hostname (if the text begins with @samp{@@}), or
1386 @item complete-hostname (M-@@)
1388 it as a hostname.
1390 @item possible-hostname-completions (C-x @@)
1392 treating it as a hostname.
1929 @item hostname
/dragonfly/sys/dev/disk/xdisk/
H A Dxdisk.c332 hostname); in xdisk_attach()
/dragonfly/contrib/openpam/
H A DHISTORY108 machine's hostname. This was implemented in Lycopsida but
/dragonfly/
H A DMakefile.inc1984 bin/hostname bin/kill \
/dragonfly/games/fortune/datfiles/
H A Ddragonfly-tips372 To find out the hostname associated with an IP address, use
/dragonfly/contrib/file/magic/Magdir/
H A Dwindows1142 # hostname
1150 # hostname
/dragonfly/crypto/libressl/include/openssl/
H A Dssl.h1287 int SSL_set1_host(SSL *s, const char *hostname);
/dragonfly/sys/bus/firewire/
H A Dfirewire.c626 crom_add_simple_text(src, root, &buf->hw, hostname); in fw_reset_crom()
/dragonfly/etc/
H A Dservices203 hostname 101/tcp hostnames #NIC Host Name Server
204 hostname 101/udp hostnames #NIC Host Name Server
/dragonfly/crypto/libressl/
H A DChangeLog328 - Improve SNI hostname validation
329 - Ensure SSL_set_tlsext_host_name() is given a valid hostname
/dragonfly/contrib/bmake/
H A Dconfigure7567 on `(hostname || uname -n) 2>/dev/null | sed 1q`

1234567891011