[BACK]Return to socketvar.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / sys

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/sys/socketvar.h between version 1.24 and 1.24.6.1

version 1.24, 1997/01/22 07:09:24 version 1.24.6.1, 1997/05/14 01:24:24
Line 115  struct socket {
Line 115  struct socket {
 #define SS_NBIO                 0x080   /* non-blocking ops */  #define SS_NBIO                 0x080   /* non-blocking ops */
 #define SS_ASYNC                0x100   /* async i/o notify */  #define SS_ASYNC                0x100   /* async i/o notify */
 #define SS_ISCONFIRMING         0x200   /* deciding to accept connection req */  #define SS_ISCONFIRMING         0x200   /* deciding to accept connection req */
   #define SS_FORCE                0x400   /* force tcpcb to be allocated */
   
   
 /*  /*

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.24.6.1

CVSweb <webmaster@jp.NetBSD.org>