home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / bsd / netinet / pcbheadsw.h < prev    next >
Text File  |  1992-07-29  |  535b  |  23 lines

  1. /* 
  2.  **********************************************************************
  3.  * Mach Operating System
  4.  * Copyright (c) 1987 Carnegie-Mellon University
  5.  * All rights reserved.  The CMU software License Agreement specifies
  6.  * the terms and conditions for use and redistribution.
  7.  */
  8. /*
  9.  **********************************************************************
  10.  * HISTOR@*********************************************************************
  11.  */ 
  12.  
  13. /*
  14.  * pcbheadsw.h
  15.  */
  16.  
  17.  
  18. struct pcbheadsw {
  19.     short protocol;
  20.     struct inpcb *head;
  21. };
  22.  
  23.