Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:abs

61 #ifndef abs
62 #define abs(a) ((0 < (a)) ? (a) : -(a))