Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.inet_ntoa.d33 ipaddr_t *ip4c; variable
44 ip4c = this->buf4c;
49 *ip4c = htonl(0xffffffff);
54 printf("%s\n", inet_ntoa(ip4c));
H A Dtst.inet_ntop.d33 ipaddr_t *ip4c; variable
60 ip4c = this->buf4c;
73 *ip4c = htonl(0xffffffff);
123 printf("%s\n", inet_ntop(AF_INET, ip4c));