Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

64 lines
1.0 KiB

/*++
Copyright (c) 1992 Microsoft Corporation
Module Name:
addrobj.h
Abstract:
Private .h file for addrobj.c
Author:
Nikhil Kamkolkar ([email protected])
Revision History:
10 Jun 1992 Initial Version
--*/
#define DEFAULT_PROTOCOLTYPE 0xFB
//
// Local functions
//
NTSTATUS
AtalkStopAddress(
IN PADDRESS_FILE Address);
NTSTATUS
AtalkDestroyAddress(
IN PADDRESS_FILE Address);
VOID
AtalkDeallocateAddress(
IN PATALK_DEVICE_CONTEXT AtalkDeviceContext,
IN PADDRESS_FILE Address);
VOID
AtalkAllocateAddress(
IN PATALK_DEVICE_CONTEXT Context,
OUT PADDRESS_FILE *Address);
VOID
AtalkAddrSendDatagramComplete(
PORTABLE_ERROR Error,
ULONG UserData,
PVOID BufferDescriptor);
LONG
AtalkAddrReceiveDatagramComplete(
PORTABLE_ERROR Error,
ULONG UserData,
INT Port,
PORTABLE_ADDRESS Source,
INT DestinationSocket,
INT ProtocolType,
PVOID Datagram,
INT DatagramLength,
PORTABLE_ADDRESS ActualDestination);