Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenloopback.h
Go to the documentation of this file.
00001 /* 00002 * COPYRIGHT: See COPYING in the top level directory 00003 * PROJECT: ReactOS TCP/IP protocol driver 00004 * FILE: include/loopback.h 00005 * PURPOSE: Loopback adapter definitions 00006 */ 00007 00008 #pragma once 00009 00010 #include <lan.h> 00011 00012 extern PIP_INTERFACE Loopback; 00013 00014 NDIS_STATUS LoopRegisterAdapter( 00015 PNDIS_STRING AdapterName, 00016 PLAN_ADAPTER *Adapter); 00017 00018 NDIS_STATUS LoopUnregisterAdapter( 00019 PLAN_ADAPTER Adapter); 00020 00021 /* EOF */ Generated on Sat May 26 2012 04:26:39 for ReactOS by
1.7.6.1
|