Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:abs

489 #ifndef abs
490 #define abs(a) ((0 < (a)) ? (a) : -(a))