Leaked source code of windows server 2003
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.
 
 
 
 
 
 

26 lines
437 B

/*++
Copyright (c) 2001-2002 Microsoft Corporation
Module Name:
elip6.h
Abstract:
This module contains the interface to the IPv6 stack.
Required, since the IPv6 stack needs restart its protocol
mechanisms on the link once authentication succeeds.
Author:
Mohit Talwar (mohitt) Fri Apr 20 12:05:23 2001
--*/
DWORD
Ip6RenewInterface (
IN WCHAR *pwszInterface
);