Lines Matching refs:direction
127 Dump(int direction, unsigned char *buffer, int length)
138 fprintf(NetTrace, "%c 0x%x\t", direction, offset);
175 printoption(const char *direction, int cmd, int option)
181 fprintf(NetTrace, "%s IAC %s", direction, TELCMD(option));
183 fprintf(NetTrace, "%s IAC %d", direction, option);
189 fprintf(NetTrace, "%s %s ", direction, fmt);
197 fprintf(NetTrace, "%s %d %d", direction, cmd, option);
287 int direction, /* '<' or '>' */
297 if (showoptions || direction == 0 ||
299 if (direction) {
301 (direction == '<')? "RCVD":"SENT");
820 if (direction) {