Apple Network Setup manual TCP/IP Constants and Other Data Types

Models: Network Setup

1 184
Download 184 pages 5.56 Kb
Page 160
Image 160
■“AppleTalk Constants and Other Data Types” (page 172)

C H A P T E R 4

Network Setup Protocol Structures and Data Types

“AppleTalk Constants and Other Data Types” (page 172)

“Infrared Constants and Other Data Types” (page 173)

TCP/IP Constants and Other Data Types

The following enumeration defines type codes for the TCP/IP preferences.

enum {

 

kOTCfgTCPInterfacesPref

= 'iitf',

kOTCfgTCPDeviceTypePref

= 'dtyp',

kOTCfgTCPRoutersListPref

= 'irte',

kOTCfgTCPSearchListPref

= 'ihst',

kOTCfgTCPDNSServersListPref = 'idns',

kOTCfgTCPSearchDomainsPref

= 'isdm',

kOTCfgTCPDHCPLeaseInfoPref

= 'dclt',

kOTCfgTCPDHCPClientIDPref

= 'dcid',

kOTCfgTCPUnloadAttrPref

= 'unld',

kOTCfgTCPLocksPref

= 'stng',

kOTCfgTCPPushBelowIPPref

= 'crpt',

kOTCfgTCPPushBelowIPListPref= 'blip',

};

Constant descriptions

kOTCfgTCPInterfacesPref

Preference type for the OTCfgTCPInterfacesUnpacked (page 112) structure.

kOTCfgTCPDeviceTypePref

Preference type for the TCP device type. Constants are defined in Inside Macintosh: Networking with Open Transport available at http://developer.apple.com/techpubs/mac/ NetworkingOT/NetworkingWOT-2.html.

kOTCfgTCPRoutersListPref

Preference type for the OTCfgTCPRoutersList (page 119) structure.

kOTCfgTCPSearchListPref

Preference type for the OTCfgTCPSearchList (page 120) structure.

160Protocol Constants and Other Data Types

Page 160
Image 160
Apple Network Setup manual TCP/IP Constants and Other Data Types, “AppleTalk Constants and Other Data Types” page