Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/dtrace/test/tst/common/funcs/
H A Dtst.inet_ntoa.d32 ipaddr_t *ip4b; variable
43 ip4b = this->buf4b;
48 *ip4b = htonl(0x7f000001);
53 printf("%s\n", inet_ntoa(ip4b));
H A Dtst.inet_ntop.d32 ipaddr_t *ip4b; variable
59 ip4b = this->buf4b;
72 *ip4b = htonl(0x7f000001);
122 printf("%s\n", inet_ntop(AF_INET, ip4b));