Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:XFF

86 #define	XFF(x)	((u_int32_t)(x))
88 #define XFF(x) (x)
92 (XFF(lsb) + (XFF(c)<<8) + (XFF(b)<<16) + (XFF(msb)<<24))
95 (XFF(lsb) + (XFF(b)<<8) + (XFF(msb)<<16))
98 (XFF(lsb) + (XFF(msb)<<8))