HomeSort by relevance Sort by last modified time
    Searched full:bitmap_t (Results 1 - 1 of 1) sorted by null

  /external/iputils/
ping_common.h 88 typedef __u64 bitmap_t; typedef
91 typedef __u32 bitmap_t; typedef
100 bitmap_t bitmap[MAX_DUP_CHK / (sizeof(bitmap_t) * 8)];
107 #define B(bit) (((bitmap_t)1) << ((bit) & ((1 << BITMAP_SHIFT) - 1))) /* identify bit in word */
121 static inline bitmap_t rcvd_test(__u16 seq)

Completed in 917 milliseconds