Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:dir

130 	int dir;
133 dir = p[SLX_DIR];
134 switch (dir) {
145 ND_PRINT((ndo, "Invalid direction %d ", dir));
146 dir = -1;
172 if (dir == -1) {
178 lastlen[dir][lastconn] = length - (hlen << 2);
182 if (dir == -1) {
188 length, dir);
229 u_int length, int dir)
246 ND_PRINT((ndo, " *SA+%d", lastlen[dir][lastconn]));
250 ND_PRINT((ndo, " *S+%d", lastlen[dir][lastconn]));
274 lastlen[dir][lastconn] = length - (hlen << 2);
275 ND_PRINT((ndo, " %d (%ld)", lastlen[dir][lastconn], (long)(cp - chdr)));