TCP_SEQ_OFFSET    223 src/ftmod/ftmod_isdn/ftmod_isdn.c 	frame[TCP_SEQ_OFFSET]=(*tcp_next_seq_no>>24)&0xFF;
TCP_SEQ_OFFSET    224 src/ftmod/ftmod_isdn/ftmod_isdn.c 	frame[TCP_SEQ_OFFSET+1]=(*tcp_next_seq_no>>16)&0xFF;
TCP_SEQ_OFFSET    225 src/ftmod/ftmod_isdn/ftmod_isdn.c 	frame[TCP_SEQ_OFFSET+2]=(*tcp_next_seq_no>>8)&0xFF;
TCP_SEQ_OFFSET    226 src/ftmod/ftmod_isdn/ftmod_isdn.c 	frame[TCP_SEQ_OFFSET+3]=*tcp_next_seq_no & 0xFF;