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

  /external/tcpdump/
print-atalk.c 133 if (length < ddpSize) {
144 bp += ddpSize;
145 length -= ddpSize;
146 hdrlen += ddpSize;
178 if (length < ddpSize) {
189 bp += ddpSize;
190 length -= ddpSize;
appletalk.h 60 #define ddpSize 13 /* size of DDP header (avoid struct padding) */

Completed in 72 milliseconds