mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
619 B
25 lines
619 B
/* LocalTlk.h, atalk-ii/src, Garth Conboy, 11/24/89 */
|
|
/* Copyright (c) 1989 by Pacer Software Inc., La Jolla, CA */
|
|
|
|
/* GC - Initial coding.
|
|
|
|
*** Make the PVCS source control system happy:
|
|
$Header$
|
|
$Log$
|
|
***
|
|
|
|
LocalTalk link specific declarations (no 802.2 here!).
|
|
|
|
*/
|
|
|
|
/* ALAP packet offsets... */
|
|
|
|
#define AlapDestinationOffset 0
|
|
#define AlapSourceOffset 1
|
|
#define AlapTypeOffset 2
|
|
|
|
#define LapHeaderLength 3 /* src, dest, lap type */
|
|
|
|
#define AlapShortDdpHeaderType 1
|
|
#define AlapLongDdpHeaderType 2
|
|
|