Searched refs:fmtip6 (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libast/include/
H A Dip6.h35 extern char* fmtip6(const unsigned char*, int);
/ast/src/cmd/dsslib/ip_t/
H A Dptvprint.c32 PTVSCAN(a, b, sfprintf(sp, "%s\n", fmtip6(a->r[0], b)));
H A Dptvdump.c35 sfprintf(sp, "%s %s %-24s %-24s\n", fmtfv(a->size, p->min, 16, 0, 0), fmtfv(a->size, p->max, 16, 0, 0), fmtip6(p->min, -1), fmtip6(p->max, -1));
H A Dtestptv.c98 sfprintf(sfstderr, "insert %s %s\n", fmtip6(ptvmin(ptv->size, ptv->r[0], prefix, prefix[IP6BITS]), prefix[IP6BITS]), fmtip6(ptvmax(ptv->size, ptv->r[1], prefix, prefix[IP6BITS]), prefix[IP6BITS]));
119 sfprintf(sfstdout, "%-38s %-38s %-38s\n", fmtip6(addr, -1), fmtip6(pp->min, -1), fmtip6(pp->max, -1));
121 sfprintf(sfstdout, "%-38s -\n", fmtip6(addr, -1));
H A Divfmt.c42 return fmtip6(addr, bits);
H A Dip_t.c120 s = pp ? fmtip6(pp, -1) : "(nil)";
535 s = pp ? fmtip6(pp, pp[IP6BITS]) : "(nil)";
/ast/src/cmd/tests/
H A Dip6.c51 f = fmtip6(a, b);
/ast/src/lib/libast/string/
H A Dfmtip6.c79 fmtip6(const unsigned char* addr, int bits) function
/ast/src/cmd/dsslib/bgp/
H A Dbgp-mrt.c564 sfprintf(sfstderr, " nlri %c %s prefix %s\n", rp->type, symbol(GROUP_AFI, rp->afi), fmtip6(rp->prefixv6, rp->prefixv6[IP6BITS]));
1362 sfprintf(sfstderr, " peer %2d %8d %s\n", i, state->peer[i].as, (state->peer[i].type & PEER_IPV6) ? fmtip6(state->peer[i].addr.v6, -1) : fmtip4(state->peer[i].addr.v4, -1));
/ast/src/lib/libast/
H A DMakefile92 fmtesc.c fmtfmt.c fmtfs.c fmtident.c fmtint.c fmtip4.c fmtip6.c fmtls.c \

Completed in 32 milliseconds