p = (const u_char *) dp0->ip6r0_addr;
for (i = 0; i < len; i++) {
ND_TCHECK_16(p);
- ND_PRINT(", [%u]%s", i, ip6addr_string(ndo, p));
+ ND_PRINT(", [%u]%s", i, GET_IP6ADDR_STRING(p));
p += 16;
}
/*(*/
p = (const u_char *) srh->srh_segments;
for (i = 0; i < len; i++) {
ND_TCHECK_16(p);
- ND_PRINT(", [%u]%s", i, ip6addr_string(ndo, p));
+ ND_PRINT(", [%u]%s", i, GET_IP6ADDR_STRING(p));
p += 16;
}
/*(*/