Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/praudit/
H A Dformat.c667 char *ipstring; in pa_tid32() local
695 if ((ipstring = inet_ntoa(ia)) == NULL) in pa_tid32()
700 ipstring); in pa_tid32()
713 char *ipstring; in pa_tid32_ex() local
751 if ((ipstring = inet_ntoa(ia)) == NULL) in pa_tid32_ex()
755 major_32(dev_maj_min), minor_32(dev_maj_min), ipstring); in pa_tid32_ex()
787 char *ipstring; in pa_ip_addr() local
818 if ((ipstring = inet_ntoa(ia)) == NULL) in pa_ip_addr()
821 (void) snprintf(buf, sizeof (buf), "%s", ipstring); in pa_ip_addr()
851 char *ipstring; in pa_tid64() local
[all …]
H A Dtoken.c1502 char *ipstring; in ip_addr_ex_token() local
1528 if ((ipstring = inet_ntoa(ia)) == NULL) in ip_addr_ex_token()
1531 (void) snprintf(buf, sizeof (buf), "%s", ipstring); in ip_addr_ex_token()