HomeSort by relevance Sort by last modified time
    Searched defs:_hostname (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
Domain.pm 25 sub _hostname { subroutine
145 my $host = _hostname();
224 _hostname();
  /onnv/onnv-gate/usr/src/lib/libsocket/inet/
getaddrinfo.c 557 char _hostname[MAXHOSTNAMELEN]; local
576 if (((zonestr - hostname) + 1) > sizeof (_hostname)) {
581 (void) strlcpy(_hostname, hostname, (zonestr - hostname) + 1);
588 size_t hlen = sizeof (_hostname);
590 if (strlcpy(_hostname, hostname, hlen) >= hlen) {
597 /* check to see if _hostname points to a literal IP address */
598 if (!((inet_addr(_hostname) != ((in_addr_t)-1)) ||
599 (strcmp(_hostname, HOST_BROADCAST) == 0) ||
600 (inet_pton(AF_INET6, _hostname, &v6addr) > 0))) {
607 hp = getipnodebyname(_hostname, AF_INET6, AI_ALL
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
commands.c 109 static char _hostname[MAXHOSTNAMELEN]; variable
    [all...]

Completed in 240 milliseconds