Home
last modified time | relevance | path

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

/freebsd-13-stable/sbin/ipfw/
HDipv6.c88 char trad[255]; in print_ip6() local
124 if (inet_ntop(AF_INET6, a, trad, in print_ip6()
125 sizeof(trad)) == NULL) in print_ip6()
127 bprintf(bp, "%s", trad ); in print_ip6()
130 trad, sizeof(trad))); in print_ip6()