Apple Network Setup Network Card User Manual


 
CHAPTER 4
Network Setup Protocol Structures and Data Types
Protocol Structures 145
OTCfgATalkGeneral 4
The OTCfgATalkGeneral structure consists of structures for each AppleTalk
protocol.
struct OTCfgATalkGeneral
{
UInt16 fVersion;
UInt16 fNumPrefs;
OTPortRef fPort;
void* fLink;
void* fPrefs[8];
OTCfgATalkGeneralAARP aarpPrefs;
OTCfgATalkGeneralDDP ddpPrefs;
OTCfgATalkGeneralNBP nbpPrefs;
OTCfgATalkGeneralZIP zipPrefs;
OTCfgATalkGeneralATP atpPrefs;
OTCfgATalkGeneralADSP adspPrefs;
OTCfgATalkGeneralPAP papPrefs;
OTCfgATalkGeneralASP aspPrefs;
};
Field descriptions
fVersion Must be zero.
fNumPrefs Must be zero.
OTPortRef A reference to the port to which this configuration applies.
fLink Must be null. This field is used during run time.
fPrefs All elements must be initialized to null. This field is used
during run time.
aarpPrefs An OTCfgATalkGeneralAARP (page 146) structure.
ddpPrefs An OTCfgATalkGeneralDDP (page 151) structure.
nbpPrefs An OTCfgATalkGeneralNBP (page 153) structure.
zipPrefs An OTCfgATalkGeneralZIP (page 155) structure.
adspPrefs An OTCfgATalkGeneralADSP (page 147) structure.
papPrefs An OTCfgATalkGeneralPAP (page 154) structure.
aspPrefs An OTCfgATalkGeneralASP (page 149) structure.