Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 363 of file udp.c.
Referenced by TiUnload().
{ if (!UDPInitialized) return STATUS_SUCCESS; PortsShutdown( &UDPPorts ); /* Deregister this protocol with IP layer */ IPRegisterProtocol(IPPROTO_UDP, NULL); UDPInitialized = FALSE; return STATUS_SUCCESS; }