Lines Matching refs:direction
137 Dump(direction, buffer, length) in Dump() argument
138 char direction; in Dump()
151 (void) fprintf(NetTrace, "%c 0x%x\t", direction, offset);
188 printoption(direction, cmd, option) in printoption() argument
189 char *direction; in printoption()
196 (void) fprintf(NetTrace, "%s IAC %s", direction,
199 (void) fprintf(NetTrace, "%s IAC %d", direction,
206 (void) fprintf(NetTrace, "%s %s ", direction, fmt);
214 (void) fprintf(NetTrace, "%s %d %d", direction, cmd,
319 printsub(direction, pointer, length) in printsub() argument
320 char direction; /* '<' or '>' */ in printsub()
328 if (showoptions || direction == 0 ||
330 if (direction) {
332 (direction == '<')? "RCVD":"SENT");
993 if (direction) {