Searched refs:hostname_p (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tsol/tnctl/
H A Dtnctl.c259 char *hostname_p; local
278 hostname_p = malloc(strlen(hostname)+1);
279 if (hostname_p == NULL) {
283 cp1 = hostname_p;
292 hp = getipnodebyname(hostname_p, AF_INET6,
296 "or invalid literal address: %s\n"), hostname_p);
302 free(hostname_p);

Completed in 44 milliseconds