print_addr
const char *print_addr(char *, size_t, struct sockaddr *, int, int);
print_addr(ntop, sizeof (ntop),
print_addr(ntop, sizeof (ntop),
print_addr("LOCIP:", &p1->p1sa_ipaddrs.loc_addr, lstat, 0);
print_addr("REMIP:", &p1->p1sa_ipaddrs.rem_addr, rstat, 0);
print_addr("LOCIP:", &ps->ps_ipaddrs.loc_addr, DONT_PRINT_INIT,
print_addr("REMIP:", &ps->ps_ipaddrs.rem_addr, DONT_PRINT_INIT,
pr->print_addr_fn = print_addr;
extern void print_addr(uchar_t *, int, struct sockaddr *);
void print_addr(uchar_t *, int, struct sockaddr *);
uint64_t print_addr = 0;
if (print_addr == 0) {
print_addr = local_prg.offset -
print_addr = local_prg.phys_addr -
(void) printf("\n0x%16.16" PRIx64 ":", print_addr);
print_addr += DUMP_BUF_SIZE;
r = foreach_localaddr (0, print_addr, NULL, NULL);