home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / tcpipsrc / h / if / REMOTE < prev    next >
Text File  |  1992-03-01  |  179b  |  9 lines

  1. /* Remote reset/restart/tcb-kick server definitions */
  2.  
  3. #define REMOTE_PORT     1234
  4.  
  5. /* Commands */
  6. #define SYS_RESET       1
  7. #define SYS_EXIT        2
  8. #define SYS_KICK        3
  9.