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.
31 lines
603 B
31 lines
603 B
/*++
|
|
|
|
Copyright (c) 1991 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
localtlk.h
|
|
|
|
Abstract:
|
|
|
|
LocalTalk link specific declarations (no 802.2 here!).
|
|
|
|
Author:
|
|
|
|
Garth Conboy Initial Coding
|
|
Nikhil Kamkolkar Rewritten for microsoft coding style, mp-safe
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
// ALAP packet offsets...
|
|
#define ALAP_DESTINATIONOFFSET 0
|
|
#define ALAP_SOURCEOFFSET 1
|
|
#define ALAP_TYPEOFFSET 2
|
|
|
|
#define LAP_HEADERLENGTH 3 // src, dest, lap type
|
|
|
|
#define ALAP_SHORTDDPHEADERTYPE 1
|
|
#define ALAP_LONGDDPHEADERTYPE 2
|
|
|