PAIRSIZE
#define PAIRSIZE(K, D) (PAIR_OVERHEAD + (K)->size + (D)->size)
#define PAIRSIZE(K,D) (2*sizeof(u_int16_t) + (K)->size + (D)->size)