windows-nt/Source/XPSP1/NT/net/layer2svc/eapol/service/elip6.h
2020-09-26 16:20:57 +08:00

27 lines
411 B
C

/*++
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
);