IP_HL_A
# define IP_HL_A(x,y) (x)->ip_hl = ((y) & 0xf)
# define IP_HL_A(x,y) (x)->ip_vhl |= ((y) & 0xf)