Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 337 of file rawip.c.
Referenced by DriverEntry().
{ #ifdef __NTDRIVER__ RtlZeroMemory(&UDPStats, sizeof(UDP_STATISTICS)); #endif /* Register this protocol with IP layer */ IPRegisterProtocol(IPPROTO_RAW, RawIpReceive); return STATUS_SUCCESS; }