home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilss / sockets / include / netinet / h / peek < prev    next >
Encoding:
Text File  |  1995-01-11  |  713 b   |  27 lines

  1. /*
  2.  * $Header: /ax/networking:include/netinet/peek.h:networking  1.1  $
  3.  * $Source: /ax/networking:include/netinet/peek.h: $
  4.  *
  5.  * Copyright (c) 1988 Acorn Computers Ltd., Cambridge, England
  6.  *
  7.  * $Log:    peek.h,v $
  8.  * Revision 1.1  95/01/11  10:16:59  kwelton
  9.  * Initial revision
  10.  * 
  11.  * Revision 1.4  88/10/04  20:48:39  keith
  12.  * Add a new ICMP PEEK type, to allow remote spying on kernel version
  13.  * 
  14.  * Revision 1.3  88/06/17  20:27:13  beta
  15.  * Acorn Unix initial beta version
  16.  * 
  17.  */
  18. /*
  19.  *    ../netinet/peek.h  Defined the values of the memtype in peek requests
  20.  */
  21.  
  22. #define ICMP_PEEK_VERSION 0 /* Peek at a remote machine's kernel version */
  23. #define ICMP_PEEK_MEM  1
  24. #define ICMP_PEEK_KMEM 2
  25.  
  26. /* EOF peek.h */
  27.