|
|
Initial revision
/* dgram.h - datagram (CL-mode TS) abstractions */ /* * $Header: /var/lib/cvsd/repos/CSRG/43BSDReno/contrib/isode-beta/h/dgram.h,v 1.1 2018/04/24 16:12:56 root Exp $ * * * $Log: dgram.h,v $ * Revision 1.1 2018/04/24 16:12:56 root * Initial revision * * Revision 7.0 89/12/19 15:13:52 mrose * Release 6.0 * */ /* * NOTICE * * Acquisition, use, and distribution of this module and related * materials are subject to the restrictions of a license agreement. * Consult the Preface in the User's Manual for the full terms of * this agreement. * */ #ifndef _DGRAM_ #define _DGRAM_ #define MAXDGRAM 8192 int join_dgram_aux (); int read_dgram_socket (); int write_dgram_socket (); int close_dgram_socket (); int select_dgram_socket (); #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.