Annotation of 42BSD/sys/h/domain.h, revision 1.1.1.1

1.1       root        1: /*     domain.h        6.1     83/07/29        */
                      2: 
                      3: /*
                      4:  * Structure per communications domain.
                      5:  */
                      6: struct domain {
                      7:        int     dom_family;             /* AF_xxx */
                      8:        char    *dom_name;
                      9:        struct  protosw *dom_protosw, *dom_protoswNPROTOSW;
                     10:        struct  domain *dom_next;
                     11: };
                     12: 
                     13: #ifdef KERNEL
                     14: struct domain *domains;
                     15: #endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.