Searched refs:trad (Results 1 – 2 of 2) sorted by relevance
87 char trad[255]; in print_ip6() local123 if (inet_ntop(AF_INET6, a, trad, in print_ip6()124 sizeof(trad)) == NULL) in print_ip6()126 bprintf(bp, "%s", trad ); in print_ip6()129 trad, sizeof(trad))); in print_ip6()
195 #define _DDT_PHYS_SWITCH(ddt, flat, trad) \ argument196 (((ddt)->ddt_flags & DDT_FLAG_FLAT) ? (flat) : (trad))