Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:ptr_data

75 #define PRINT_HEX(bytes_len, ptr_data)                               \
78 ND_PRINT((ndo, "%02X", *ptr_data )); \
79 ptr_data++; \