Home | History | Annotate | Download | only in netcat

Lines Matching full:h_name

322   if (strcmp (poop->name, hp->h_name) != 0) {		/* case-sensitive */
324 if (strcasecmp (poop->name, hp->h_name) != 0) { /* normal */
326 holler ("DNS fwd/rev mismatch: %s != %s", poop->name, hp->h_name);
383 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);
396 if ((! hostent) || (! hostent-> h_name))
415 strncpy (poop->name, hostent->h_name, MAXHOSTNAMELEN - 2);