Home
last modified time | relevance | path

Searched refs:addrtostr6 (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Dprint-pgm.c237 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print()
280 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print()
351 addrtostr6(bp, source_buf, sizeof(source_buf)); in pgm_print()
373 addrtostr6(bp, group_buf, sizeof(group_buf)); in pgm_print()
603 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print()
760 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print()
803 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print()
Daddrtostr.h42 extern const char *addrtostr6(const void *src, char *dst, size_t size);
Daddrtostr.c99 addrtostr6 (const void *src, char *dst, size_t size) in addrtostr6() function
Dprint-domain.c494 addrtostr6(cp, ntop_buf, sizeof(ntop_buf)))); in ns_rprint()
518 addrtostr6(&a, ntop_buf, sizeof(ntop_buf)))); in ns_rprint()
Dprint-icmp6.c1891 if (addrtostr6(&match->rpm_prefix, hbuf, sizeof(hbuf))) in icmp6_rrenum_print()
1934 if (addrtostr6(&use->rpu_prefix, hbuf, sizeof(hbuf))) in icmp6_rrenum_print()
Daddrtoname.c327 cp = addrtostr6(ap, ntop_buf, sizeof(ntop_buf)); in getname6()
DCHANGES142 Improve addrtostr6() bounds checking