Home
last modified time | relevance | path

Searched refs:h_hostname (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/fs.d/nfs/nfslog/
H A Dnfslog_ipaddr.c58 char *h_hostname; member
203 n->h_hostname = strdup(name);
204 if (n->h_hostname == NULL)
217 n->h_hostname = strdup(name);
218 if (n->h_hostname == NULL)
263 return ((hostp != NULL) ? hostp->h_hostname : NULL); in addrtoname()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ipaddr.c52 char *h_hostname; member
201 n->h_hostname = strdup(name); in addhost()
202 if (n->h_hostname == NULL) in addhost()
216 n->h_hostname = strdup(name); in addhost()
217 if (n->h_hostname == NULL) in addhost()
278 h.h_hostname = aname; in addhost()
287 return (iplookup(*(const struct in_addr *)ipaddr)->h_hostname); in addrtoname()
289 return (ip6lookup((const struct in6_addr *)ipaddr)->h_hostname); in addrtoname()