Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.inet_ntoa.d34 ipaddr_t *ip4d; variable
45 ip4d = this->buf4d;
50 *ip4d = htonl(0x00000000);
55 printf("%s\n", inet_ntoa(ip4d));
H A Dtst.inet_ntop.d34 ipaddr_t *ip4d; variable
61 ip4d = this->buf4d;
74 *ip4d = htonl(0x00000000);
124 printf("%s\n", inet_ntop(AF_INET, ip4d));