Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 457 of file ifenum_reactos.c.
Referenced by GetAdaptersAddresses(), and getAddrByIndexOrName().
{ NTSTATUS status = name ? getInterfaceInfoByName( tcpFile, name, ifInfo ) : getInterfaceInfoByIndex( tcpFile, index, ifInfo ); if (!NT_SUCCESS(status)) { ERR("getIPAddrEntryForIf returning %lx\n", status); } return status; }