Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 136 of file loopback.c.
Referenced by TiUnload().
{ TI_DbgPrint(MID_TRACE, ("Called.\n")); if (Loopback != NULL) { IPUnregisterInterface(Loopback); IPDestroyInterface(Loopback); Loopback = NULL; } TI_DbgPrint(MAX_TRACE, ("Leaving.\n")); return NDIS_STATUS_SUCCESS; }