Searched refs:addrtostr6 (Results 1 – 7 of 7) sorted by relevance
/external/tcpdump/ |
D | print-pgm.c | 238 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print() 281 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print() 352 addrtostr6(bp, source_buf, sizeof(source_buf)); in pgm_print() 373 addrtostr6(bp, group_buf, sizeof(group_buf)); in pgm_print() 581 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print() 714 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print() 749 addrtostr6(bp, nla_buf, sizeof(nla_buf)); in pgm_print()
|
D | addrtostr.h | 42 extern const char *addrtostr6(const void *src, char *dst, size_t size);
|
D | addrtostr.c | 99 addrtostr6 (const void *src, char *dst, size_t size) in addrtostr6() function
|
D | print-domain.c | 493 addrtostr6(cp, ntop_buf, sizeof(ntop_buf)))); in ns_rprint() 517 addrtostr6(&a, ntop_buf, sizeof(ntop_buf)))); in ns_rprint()
|
D | print-icmp6.c | 1888 if (addrtostr6(&match->rpm_prefix, hbuf, sizeof(hbuf))) in icmp6_rrenum_print() 1931 if (addrtostr6(&use->rpu_prefix, hbuf, sizeof(hbuf))) in icmp6_rrenum_print()
|
D | addrtoname.c | 317 cp = addrtostr6(ap, ntop_buf, sizeof(ntop_buf)); in getname6()
|
D | CHANGES | 33 Improve addrtostr6() bounds checking
|