HomeSort by relevance Sort by last modified time
    Searched refs:ddpSize (Results 1 - 2 of 2) sorted by null

  /external/tcpdump/
appletalk.h 58 #define ddpSize 13 /* size of DDP header (avoid struct padding) */
print-atalk.c 124 if (length < ddpSize) {
135 bp += ddpSize;
136 length -= ddpSize;
137 hdrlen += ddpSize;
170 if (length < ddpSize) {
181 bp += ddpSize;
182 length -= ddpSize;

Completed in 42 milliseconds