Open Transport

Total Page:16

File Type:pdf, Size:1020Kb

Open Transport K INSIDE MACINTOSH Open Transport K WWDC Release May 1996 © Apple Computer, Inc. 1994 - 1996 K Apple Computer, Inc. Helvetica and Palatino are authorized to make any modification, © 1994-1996 Apple Computer, Inc. registered trademarks of extension, or addition to this warranty. All rights reserved. Linotype-Hell AG and/or its Some states do not allow the exclusion subsidiaries. No part of this publication may be or limitation of implied warranties or reproduced, stored in a retrieval ITC Zapf Dingbats is a registered liability for incidental or consequential system, or transmitted, in any form trademark of International Typeface damages, so the above limitation or or by any means, mechanical, Corporation. exclusion may not apply to you. This electronic, photocopying, recording, QuickView™ is licensed from Altura warranty gives you specific legal rights, or otherwise, without prior written Software, Inc. and you may also have other rights permission of Apple Computer, Inc., CompuServe is a registered service which vary from state to state. except to make a backup copy of mark of CompuServe, Inc. any documentation provided on Docutek is a trademark of Xerox CD-ROM. Corporation. The Apple logo is a trademark of FrameMaker is a registered Apple Computer, Inc. trademark of Frame Technology Use of the “keyboard” Apple logo Corporation. (Option-Shift-K) for commercial purposes without the prior written NuBus is a trademark of Texas consent of Apple may constitute Instruments. trademark infringement and unfair UNIX is a trademark of UNIX competition in violation of federal System Laboratories, Inc. and state laws. Simultaneously published in the No licenses, express or implied, are United States and Canada. granted with respect to any of the technology described in this book. Apple retains all intellectual Even though Apple has reviewed this property rights associated with the manual, APPLE MAKES NO technology described in this book. WARRANTY OR REPRESENTATION, This book is intended to assist EITHER EXPRESS OR IMPLIED, WITH application developers to develop RESPECT TO THIS MANUAL, ITS applications only for Apple-labeled QUALITY, ACCURACY, or Apple-licensed computers. MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE. AS A Every effort has been made to RESULT, THIS MANUAL IS SOLD “AS ensure that the information in this IS,” AND YOU, THE PURCHASER, manual is accurate. Apple is not ARE ASSUMING THE ENTIRE RISK responsible for typographical errors. AS TO ITS QUALITY AND Apple Computer, Inc. ACCURACY. 1 Infinite Loop Cupertino, CA 95014 IN NO EVENT WILL APPLE BE 408-996-1010 LIABLE FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR Apple, the Apple logo, and CONSEQUENTIAL DAMAGES Macintosh are trademarks of Apple RESULTING FROM ANY DEFECT OR Computer, Inc., registered in the INACCURACY IN THIS MANUAL, United States and other countries. even if advised of the possibility of such Adobe, Acrobat, Adobe Illustrator, damages. Adobe Photoshop, and PostScript THE WARRANTY AND REMEDIES are trademarks of Adobe Systems SET FORTH ABOVE ARE EXCLUSIVE Incorporated or its subsidiaries and AND IN LIEU OF ALL OTHERS, ORAL may be registered in certain OR WRITTEN, EXPRESS OR IMPLIED. jurisdictions. No Apple dealer, agent, or employee is Draft. Confidential. Apple Computer, Inc. 4/25/96 Contents Figures, Tables, and Listings xvii Preface About This Book xxi Format of a Typical Chapter xxiii Conventions Used in This Book xxiv Special Fonts xxiv Types of Notes xxiv The Development Environment xxv Chapter 1 Introduction to Open Transport 1-1 Introduction to Open Transport 1-3 Basic Networking Concepts 1-4 Types of Protocols 1-6 Addressing and Data Delivery 1-8 Protocol Stacks and the OSI Model 1-9 About Networking With Open Transport 1-12 Open Transport Architecture 1-12 Open Transport API 1-14 Software Modules 1-15 Drivers and Hardware 1-15 Providers, Endpoints, and Mappers 1-16 Transport Independence 1-20 Endpoints and Protocol Layering 1-21 Deciding Which Protocol to Use 1-22 General Purpose or Special Purpose 1-23 Choice of Protocol Family 1-23 High-Level or Low-Level Protocol 1-23 Connection-Oriented or Connectionless 1-24 Transaction-Based or Transactionless 1-25 Miscellaneous Events 1-26 iii Draft. Confidential. Apple Computer, Inc. 4/30/96 Chapter 2 Providers 2-1 About Providers 2-3 Provider Functions 2-5 Modes of Operation 2-6 Provider Events 2-7 Using Providers 2-8 Controlling a Provider’s Modes of Operation 2-8 Specifying How Provider Functions Execute 2-9 Setting a Provider’s Blocking Status 2-10 Setting a Provider’s Send-Acknowledgment Status 2-10 Sending and Receiving Data 2-11 Using Notifier Functions to Handle Provider Events 2-13 Transferring a Provider’s Ownership 2-16 Closing a Provider 2-17 Providers Reference 2-17 Constants and Data Types 2-17 Event Codes 2-17 The TNetbuf Structure 2-23 Functions 2-24 Opening and Closing Providers 2-24 Controlling a Provider’s Mode of Operation 2-28 Installing and Removing a Notifier Function 2-40 Sending Module-Specific Commands 2-43 Application-Defined Functions 2-45 Chapter 3 Endpoints 3-1 About Endpoints 3-5 Endpoint Types and Mode of Service 3-7 Naming Conventions for Endpoint Functions 3-8 Endpoint Options 3-10 Modes of Operation 3-11 Blocking 3-12 Acknowledging Sends 3-13 Endpoint States 3-13 Transport Service Data Units 3-19 Using Endpoints 3-20 iv Draft. Confidential. Apple Computer, Inc. 4/30/96 Opening and Binding Endpoints 3-21 Obtaining Information About Endpoints 3-23 Handling Events for Endpoints 3-24 Establishing and Terminating Connections 3-27 Establishing a Connection 3-28 Terminating a Connection 3-35 Sending and Receiving Data 3-40 Sending Noncontiguous Data 3-40 Sending Data Using Multiple Sends 3-41 Receiving Data 3-42 No-Copy Receiving 3-42 Transferring Data Efficiently 3-43 Transferring Data Between Transactionless Endpoints 3-43 Using Connectionless Transactionless Service 3-43 Using Connection-Oriented Transactionless Service 3-44 Transferring Data Between Transaction-Based Endpoints 3-46 Using Connectionless Transaction-Based Service 3-48 Using Connection-Oriented Transaction-Based Service 3-50 Endpoints Reference 3-52 Constants and Data Types 3-52 OTData Constant 3-52 OTBuffer Constant 3-53 Buffer Types Enumeration 3-53 Endpoint Service Types 3-54 Open Transport Flags 3-54 Endpoint Flags 3-55 Endpoint States 3-56 Structure Types 3-57 The TEndpointInfo Structure 3-58 The TBind Structure 3-61 The OTData Structure 3-62 The No-Copy Receive Buffer Structure 3-63 Buffer Information Structure 3-65 The TUnitData Structure 3-65 The TUDErr Structure 3-67 The TUnitRequest Structure 3-68 The TUnitReply Structure 3-70 The TCall Structure 3-72 v Draft. Confidential. Apple Computer, Inc. 4/30/96 The TRequest Structure 3-76 The TReply Structure 3-77 The TDiscon Structure 3-79 Functions 3-80 Creating Endpoints 3-80 Binding and Unbinding Endpoints 3-86 Obtaining Information About an Endpoint 3-91 Allocating Structures 3-102 Checking a Buffer’s Size 3-106 Doing No-Copy Receives 3-107 Functions for Connectionless Transactionless Endpoints 3-110 Functions for Connectionless Transaction-Based Endpoints 3-117 Establishing A Connection 3-130 Functions for Connection-Oriented Transactionless Endpoints 3-140 Functions for Connection-Oriented Transaction-Based Endpoints 3-147 Tearing Down a Connection 3-159 Chapter 4 Mappers 4-1 About Mappers 4-4 Using Mappers 4-5 Setting Modes of Operation for Mappers 4-5 Specifying Name and Address Information 4-7 Searching for Names 4-7 Retrieving Multiple Entries From the Reply Buffer 4-9 Retrieving Entries in Asynchronous Mode 4-11 Mappers Reference 4-12 Constants and Data Types 4-12 The TRegisterRequest Structure 4-12 The TRegisterReply Structure 4-13 The TLookupRequest Structure 4-13 The TLookupReply Structure 4-15 The TLookupBuffer Structure 4-15 Functions 4-16 Creating Mappers 4-17 Registering and Deleting Names 4-21 Looking Up Names 4-26 vi Draft. Confidential. Apple Computer, Inc. 4/30/96 Chapter 5 Option Management 5-1 About Options and Option Negotiation 5-4 Explicit Use of Options and Portability of Code 5-4 Types of Options 5-5 The Format of Option Information 5-8 XTI-Level Options and General Options 5-10 Using Options 5-11 Determining Which Function to Use to Negotiate Options 5-12 Negotiating Options 5-13 Negotiating Multiple Options 5-13 Initiating an Option Negotiation 5-14 Privileged or Read-Only Options 5-15 Error Conditions 5-16 Obtaining the Maximum Size of an Options Buffer 5-18 Setting Option Values 5-18 Specifying Option Values 5-18 Setting Default Values 5-20 Allowing the Endpoint Provider to Select an Option Value 5-21 Retrieving Option Values 5-21 Obtaining Current and Default Values 5-21 Retrieving Values for Connection-Oriented Endpoints 5-22 Retrieving Values for Connectionless Transactionless Endpoints 5-23 Retrieving Values for Connectionless Transaction-Based Endpoints 5-23 Parsing an Options Buffer 5-24 Verifying Option Values 5-25 Option Management Reference 5-25 Constants and Data Types 5-25 XTI-Level Options 5-25 Generic Options 5-28 Status Codes 5-29 Action Flags 5-30 The Linger Structure 5-31 The Keepalive Structure 5-32 The TOption Structure 5-33 The Option Management Structure 5-33 Functions 5-34 Determining and Changing Function Values 5-35 vii Draft. Confidential. Apple Computer, Inc. 4/30/96 Manipulating the Format of Option Information 5-39 Finding Options 5-43 Chapter 6 Configuration Management 6-1 About Provider Configurations 6-3 About Port Information 6-5 Using the Configuration Functions 6-8 Determining Whether Open Transport
Recommended publications
  • Mac OS 8 Update
    K Service Source Mac OS 8 Update Known problems, Internet Access, and Installation Mac OS 8 Update Document Contents - 1 Document Contents • Introduction • About Mac OS 8 • About Internet Access What To Do First Additional Software Auto-Dial and Auto-Disconnect Settings TCP/IP Connection Options and Internet Access Length of Configuration Names Modem Scripts & Password Length Proxies and Other Internet Config Settings Web Browser Issues Troubleshooting • About Mac OS Runtime for Java Version 1.0.2 • About Mac OS Personal Web Sharing • Installing Mac OS 8 • Upgrading Workgroup Server 9650 & 7350 Software Mac OS 8 Update Introduction - 2 Introduction Mac OS 8 is the most significant update to the Macintosh operating system since 1984. The updated system gives users PowerPC-native multitasking, an efficient desktop with new pop-up windows and spring-loaded folders, and a fully integrated suite of Internet services. This document provides information about Mac OS 8 that supplements the information in the Mac OS installation manual. For a detailed description of Mac OS 8, useful tips for using the system, troubleshooting, late-breaking news, and links for online technical support, visit the Mac OS Info Center at http://ip.apple.com/infocenter. Or browse the Mac OS 8 topic in the Apple Technical Library at http:// tilsp1.info.apple.com. Mac OS 8 Update About Mac OS 8 - 3 About Mac OS 8 Read this section for information about known problems with the Mac OS 8 update and possible solutions. Known Problems and Compatibility Issues Apple Language Kits and Mac OS 8 Apple's Language Kits require an updater for full functionality with this version of the Mac OS.
    [Show full text]
  • Transport Interfaces Programming Guide
    Transport Interfaces Programming Guide Sun Microsystems, Inc. 2550 Garcia Avenue Mountain View, CA 94043-1100 U.S.A. Part No: 802-5886 August 1997 Copyright 1997 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California 94303-4900 U.S.A. All rights reserved. This product or document is protected by copyright and distributed under licenses restricting its use, copying, distribution, and decompilation. No part of this product or document may be reproduced in any form by any means without prior written authorization of Sun and its licensors, if any. Third-party software, including font technology, is copyrighted and licensed from Sun suppliers. Parts of the product may be derived from Berkeley BSD systems, licensed from the University of California. UNIX is a registered trademark in the U.S. and other countries, exclusively licensed through X/Open Company, Ltd. Sun, Sun Microsystems, the Sun logo, SunSoft, SunDocs, SunExpress, and Solaris are trademarks, registered trademarks, or service marks of Sun Microsystems, Inc. in the U.S. and other countries. All SPARC trademarks are used under license and are trademarks or registered trademarks of SPARC International, Inc. in the U.S. and other countries. Products bearing SPARC trademarks are based upon an architecture developed by Sun Microsystems, Inc. The OPEN LOOK and SunTM Graphical User Interface was developed by Sun Microsystems, Inc. for its users and licensees. Sun acknowledges the pioneering efforts of Xerox in researching and developing the concept of visual or graphical user interfaces for the computer industry. Sun holds a non-exclusive license from Xerox to the Xerox Graphical User Interface, which license also covers Sun’s licensees who implement OPEN LOOK GUIs and otherwise comply with Sun’s written license agreements.
    [Show full text]
  • Chapter 1. Origins of Mac OS X
    1 Chapter 1. Origins of Mac OS X "Most ideas come from previous ideas." Alan Curtis Kay The Mac OS X operating system represents a rather successful coming together of paradigms, ideologies, and technologies that have often resisted each other in the past. A good example is the cordial relationship that exists between the command-line and graphical interfaces in Mac OS X. The system is a result of the trials and tribulations of Apple and NeXT, as well as their user and developer communities. Mac OS X exemplifies how a capable system can result from the direct or indirect efforts of corporations, academic and research communities, the Open Source and Free Software movements, and, of course, individuals. Apple has been around since 1976, and many accounts of its history have been told. If the story of Apple as a company is fascinating, so is the technical history of Apple's operating systems. In this chapter,[1] we will trace the history of Mac OS X, discussing several technologies whose confluence eventually led to the modern-day Apple operating system. [1] This book's accompanying web site (www.osxbook.com) provides a more detailed technical history of all of Apple's operating systems. 1 2 2 1 1.1. Apple's Quest for the[2] Operating System [2] Whereas the word "the" is used here to designate prominence and desirability, it is an interesting coincidence that "THE" was the name of a multiprogramming system described by Edsger W. Dijkstra in a 1968 paper. It was March 1988. The Macintosh had been around for four years.
    [Show full text]
  • Mac OS X: an Introduction for Support Providers
    Mac OS X: An Introduction for Support Providers Course Information Purpose of Course Mac OS X is the next-generation Macintosh operating system, utilizing a highly robust UNIX core with a brand new simplified user experience. It is the first successful attempt to provide a fully-functional graphical user experience in such an implementation without requiring the user to know or understand UNIX. This course is designed to provide a theoretical foundation for support providers seeking to provide user support for Mac OS X. It assumes the student has performed this role for Mac OS 9, and seeks to ground the student in Mac OS X using Mac OS 9 terms and concepts. Author: Robert Dorsett, manager, AppleCare Product Training & Readiness. Module Length: 2 hours Audience: Phone support, Apple Solutions Experts, Service Providers. Prerequisites: Experience supporting Mac OS 9 Course map: Operating Systems 101 Mac OS 9 and Cooperative Multitasking Mac OS X: Pre-emptive Multitasking and Protected Memory. Mac OS X: Symmetric Multiprocessing Components of Mac OS X The Layered Approach Darwin Core Services Graphics Services Application Environments Aqua Useful Mac OS X Jargon Bundles Frameworks Umbrella Frameworks Mac OS X Installation Initialization Options Installation Options Version 1.0 Copyright © 2001 by Apple Computer, Inc. All Rights Reserved. 1 Startup Keys Mac OS X Setup Assistant Mac OS 9 and Classic Standard Directory Names Quick Answers: Where do my __________ go? More Directory Names A Word on Paths Security UNIX and security Multiple user implementation Root Old Stuff in New Terms INITs in Mac OS X Fonts FKEYs Printing from Mac OS X Disk First Aid and Drive Setup Startup Items Mac OS 9 Control Panels and Functionality mapped to Mac OS X New Stuff to Check Out Review Questions Review Answers Further Reading Change history: 3/19/01: Removed comment about UFS volumes not being selectable by Startup Disk.
    [Show full text]
  • Outline Network Programming
    Outline Network Programming Definitions Berkeley API Dr. Thaier Hayajneh Computer Engineering Department Socket definition and types Introduction to Sockets 1 2 Network API Process Process Process Layer API - Application Programming Interface API is a set of functionality/services delivered by a programming system. TCP SCTP UDP Transppyort Layer Also API is a set of declaration, definitions, and procedflldbdures followed by programmers titlitto write client- server programs. ICMP, ARP Network API & IP Network Layer The services ( often provided by the operating system) RARP that provide the interface between application and protocol software . 802.3 Data-Link Layer 3 4 Network API Network API wish list Generic Programming Interface. Internet Support multiple communication protocol suites OSI model Application protocol suite details (families). Application User Address (endpoint) representation independence. processor Presentation Application Provide special services for Client and Server Session Transport TCP UDP Support for message oriented and connection Network IPv4, IPv6 oriented communication. kernel Data link Data link Work with existing I/O services Physical Physical Communications Operating System independence details Presentation layer services 5 6 TCP/IP Client-Server Model TCP/IP does not include an API definition. Client 1 Server Client 2 There are a variety of APIs for use with TCP/IP: Client 3 Sockets by Berkeley XTI (X/Open Transport Interface) by AT&T One side of communication is client, and the other side is server Winsock - Windows Sockets API by Microsoft Server waits for a client request to arrive MacTCP / Open Transport by Apple Server processes the client request and sends the response back to the client Iterative or concurrent 7 8 Functions needed: Berkeley Sockets Sppyecify local and remote communication A socket is an abstract representation of a communication endpoint.
    [Show full text]
  • A TCP-Layer Name Service for TCP Ports
    A TCP-layer name service for TCP ports S´ergio Freire Andr´eZ´uquete PT Inovac¸ao˜ / IEETA / Univ. of Aveiro IEETA / IT / Univ. of Aveiro Abstract using this name service are twofold: (i) users may dis- criminate servers using names instead of numbers and This paper presents a simple name service for TCP ports, (ii) TCP port scanners, such as nmap, should not be ca- allowing services to be reached by name instead of num- pable of discovering servers bound to unusual names. ber. Names are arbitrary byte arrays that are bound to listening ports. Name resolutions take place during the Using names for referring ports provides a more intu- TCP three-way handshake, not requiring extra message itive way to refer services, instead of numbers. Service exchanges. The new TCP handshake conforms with names that formerly were bound to static well-known the standard and is fully compatible with existing TCP port numbers may continue to exist but do not need any implementations. A prototype implementation was de- more to be bound to the same ports. For instance, we veloped in Linux, paying special attention to backward can bind the names http to port 8080 and http1 to compatibility with legacy systems (kernels and applica- port 80. Clients access either port specifying their name, tions). Among the many opportunities created by the http or http1, instead of numbers 8080 and 80. Port name service, it allows services with unusual names, names are also useful for uniform and uniquely tagging known only by small communities, to remain undetected ports used by the servers of overlay networks.
    [Show full text]
  • STREAMS Vs. Sockets Performance Comparison for UDP
    STREAMS vs. Sockets Performance Comparison for UDP Experimental Test Results for Linux Brian F. G. Bidulock∗ OpenSS7 Corporation June 16, 2007 Abstract cations facilities of the kernel: With the objective of contrasting performance between Transport Layer Interface (TLI). TLI is an acronym for the STREAMS and legacy approaches to system facilities, a com- Transport Layer Interface [TLI92]. The TLI was the non- parison is made between the tested performance of the Linux Na- standard interface provided by SVR4, later standardized by tive Sockets UDP implementation and STREAMS TPI UDP and X/Open as the XTI described below. This interface is now XTIoS UDP implementations using the Linux Fast-STREAMS deprecated. package [LfS]. X/Open Transport Interface (XTI). XTI is an acronym for the X/Open Transport Interface [XTI99]. The X/Open Trans- 1 Background port Interface is a standardization of the UNIX System V UNIX networking has a rich history. The TCP/IP protocol suite Release 4, Transport Layer Interface. The interface con- was first implemented by BBN using Sockets under a DARPA re- sists of an Application Programming Interface implemented search project on 4.1aBSD and then incorporated by the CSRG as a shared object library. The shared object library com- into 4.2BSD [MBKQ97]. Lachmann and Associates (Legent) sub- municates with a transport provider Stream using a service sequently implemented one of the first TCP/IP protocol suite primitive interface called the Transport Provider Interface. based on the Transport Provider Interface (TPI) [TLI92] and While XTI was implemented directly over STREAMS de- STREAMS [GC94]. Two other predominant TCP/IP implemen- vices supporting the Transport Provider Interface (TPI) tations on STREAMS surfaced at about the same time: Wollon- [TPI99] under SVR4, several non-traditional approaches ex- gong and Mentat.
    [Show full text]
  • Inside Mac OS X: System Overview Is Intended for Anyone Who Wants to Develop Software for Mac OS X
    Inside Mac OS X System Overview July 2002 Apple Computer, Inc. and TrueType are trademarks of THE WARRANTY AND REMEDIES SET © 2000–2002 Apple Computer, Inc. Apple Computer, Inc., registered in FORTH ABOVE ARE EXCLUSIVE AND All rights reserved. the United States and other countries. IN LIEU OF ALL OTHERS, ORAL OR WRITTEN, EXPRESS OR IMPLIED. No No part of this publication may be Carbon, Quartz, and Velocity Engine Apple dealer, agent, or employee is reproduced, stored in a retrieval are trademarks of Apple Computer, authorized to make any modification, system, or transmitted, in any form or Inc. extension, or addition to this warranty. by any means, mechanical, electronic, Enterprise Objects, Enterprise Objects photocopying, recording, or Framework, NeXT, Objective-C, and Some states do not allow the exclusion or otherwise, without prior written OpenStep are registered trademarks limitation of implied warranties or permission of Apple Computer, Inc., of NeXT Software, Inc., registered in liability for incidental or consequential with the following exceptions: Any the United States and other countries. damages, so the above limitation or person is hereby authorized to store Java and all Java-based trademarks exclusion may not apply to you. This documentation on a single computer are trademarks or registered warranty gives you specific legal rights, for personal use only and to print trademarks of Sun Microsystems, and you may also have other rights which copies of documentation for personal Inc., in the United States and other vary from state to state. use provided that the documentation countries. contains Apple’s copyright notice. Netscape Navigator is a trademark of The Apple logo is a trademark of Netscape Communications Apple Computer, Inc.
    [Show full text]
  • Network Programming and Protocol Design What Is a Socket?
    Network Programming and Protocol Design What Is A Socket? • Sockets (also known as Berkeley Sockets) is an application programming interface (API) to the operating system’s TCP/IP stack • Used on all Unixes • Windows Sockets are similar • Some Unixes have XTI (X/Open Transport Interface) and TLI (Transport Layer Interface) (not covered here) • Can be used for other protocol stacks than TCP/IP (not covered here) 2 Socket Functions • Socket functions: – Allocating resources: socket, bind – Opening connections: accept, connect – Closing connections: close, shutdown – Sending and receiving: read, write, recv, send, recvfrom, sendto, recvmsg, sendmsg – Other: getsockopt, setsockopt, getsockname, getpeername • Utilities – Network information (host names, addresses) – Byte order 3 Byte Order • Addresses and port number must be in network byte order – Also known as big-endian, most-significant byte first • Conversion routines for 16 and 32-bit integers: – htons, htonl ("host to network short/long") – ntohs, ntohl ("network to host short/long") • Null macros ("#define htons(x)(x)") on big-endian systems 4 Address Structures struct in_addr { in_addr_t s_addr; /* IPv4 address, network byte order */ }; struct sockaddr_in { sa_family_t sin_family; /* AF_INET */ in_port_t sin_port; /* 16-bit port, network byte order*/ struct in_addr sin_addr; /* IPv4 address */ char sin_zero[8]; /* always zero */ }; 5 Address Functions • From string to address: unsigned long inet_addr(const char *cp) – returns -1 on error • From address to string: char* inet_ntoa(struct
    [Show full text]
  • Kernel Programming
    Inside Mac OS X Kernel Programming November 2002 Apple Computer, Inc. NeXT and OpenStep are trademarks © 2001–2002 Apple Computer, Inc. of NeXT Software, Inc., registered in All rights reserved. the United States and other countries. No part of this publication may be Java and all Java-based trademarks reproduced, stored in a retrieval are trademarks or registered system, or transmitted, in any form or trademarks of Sun Microsystems, by any means, mechanical, electronic, Inc., registsered in the United States photocopying, recording, or and other countries. otherwise, without prior written OpenGL is a registered trademark of permission of Apple Computer, Inc., Silicon Graphics, Inc. with the following exceptions: Any Simultaneously published in the person is hereby authorized to store United States and Canada. documentation on a single computer Even though Apple has reviewed this for personal use only and to print manual, APPLE MAKES NO copies of documentation for personal WARRANTY OR REPRESENTATION, use provided that the documentation EITHER EXPRESS OR IMPLIED, WITH contains Apple’s copyright notice. RESPECT TO THIS MANUAL, ITS The Apple logo is a trademark of QUALITY, ACCURACY, Apple Computer, Inc. MERCHANTABILITY, OR FITNESS Use of the “keyboard” Apple logo FOR A PARTICULAR PURPOSE. AS A (Option-Shift-K) for commercial RESULT, THIS MANUAL IS SOLD “AS purposes without the prior written IS,” AND YOU, THE PURCHASER, ARE consent of Apple may constitute ASSUMING THE ENTIRE RISK AS TO trademark infringement and unfair ITS QUALITY AND ACCURACY. competition in violation of federal and state laws. IN NO EVENT WILL APPLE BE LIABLE FOR DIRECT, INDIRECT, SPECIAL, No licenses, express or implied, are INCIDENTAL, OR CONSEQUENTIAL granted with respect to any of the DAMAGES RESULTING FROM ANY technology described in this book.
    [Show full text]
  • Quickspecs HP Tru64 UNIX Operating System V5.1B
    RETIRED: Retired products sold prior to the November 1, 2015 separation of Hewlett-Packard Company into Hewlett Packard Enterprise Company and HP Inc. may have older product names and model numbers that differ from current models. QuickSpecs HP Tru64 UNIX Operating System V5.1B Overview Introduction The Tru64 UNIX® Operating System is a 64-bit advanced kernel architecture based on Carnegie-Mellon University's Mach V2.5 kernel design, with components from Berkeley Software Distribution (BSD) 4.3 and 4.4, UNIX System V, and other sources. Tru64 UNIX is an implementation of OSF/1 R1.0, R1.1, and R1.2 technology, and the Motif® graphical user interface and programming environment. Tru64 UNIX provides symmetric multiprocessing (SMP), real-time support, and numerous features to assist application programmers in developing applications that use shared libraries, multithread support, and memory-mapped files. The full features of the X Window System, Version 11, Release 6.5 (X11R6.5) from The Open Group are supported. Tru64 UNIX complies with other standards and industry specifications, including major standards sponsored by The Open Group, POSIX, FIPS, and the System V Interface Definition (SVID). By providing support for SVID, Tru64 UNIX supports System V applications. The Tru64 UNIX Operating System is compatible with Berkeley 4.3 programming interfaces. DA - 11939 Worldwide — Version 1 — April 8, 2004 Page 1 RETIRED: Retired products sold prior to the November 1, 2015 separation of Hewlett-Packard Company into Hewlett Packard Enterprise Company and HP Inc. may have older product names and model numbers that differ from current models. QuickSpecs HP Tru64 UNIX Operating System V5.1B System Management Tru64 UNIX System Management (SysMan) includes an easy to use suite of tools for installing, configuring, and managing a Tru64 UNIX system.
    [Show full text]
  • Open Transport/TCP Developer Note
    Open Transport/TCP Developer Note Revision 1.1b14 1/18/96 TCP Dev Note, Rev 1.1b14 1/18/96 page 1 Copyright © 1994-1996 Apple Computer, Inc. All rights reserved. Introduction ...............................................................................................................4 Installation ...........................................................................................................4 Getting started with the Open Transport/TCP API..................................... 4 Opening TCP, UDP, and RawIP Endpoints ...................................................4 Using RawIP......................................................................................................... 5 Internet Addresses ..............................................................................................5 Internet Address Information.......................................................................... 5 Domain Name Resolver (DNR)...................................................................... 5 IP Multicast........................................................................................................... 7 MacTCP Backward Compatibility.................................................................... 7 MDEV Backward Compatibility, SLIP and PPP ............................................7 Known Problems ................................................................................................7 Configuration ............................................................................................................8
    [Show full text]