FRAG_LEN
#define FRAG_LEN(f) (f & 0xff)
#define FRAG_LEN 0x00001fff /* length mask */
#define FRAG_LEN(x) (((uint64_t)(x)) << 48)