Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dipv6.c87 char trad[255]; in print_ip6() local
123 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()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dddt.h195 #define _DDT_PHYS_SWITCH(ddt, flat, trad) \ argument
196 (((ddt)->ddt_flags & DDT_FLAG_FLAT) ? (flat) : (trad))