IFFBITS
printb("flags", ifr.ifr_flags, IFFBITS);
(void)snprintb(fbuf, sizeof(fbuf), IFFBITS, flags);
const char ifnetflags[] = IFFBITS;