Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 628 of file ifenum_reactos.c.
Referenced by GetAdaptersInfo().
{ struct in_addr iAddr; iAddr.s_addr = addr; if (string) strncpy(string, inet_ntoa(iAddr), 16); return inet_ntoa(iAddr); }