I need to resolve a host ip address by its name
but for some reason gethostbyname() is not implemented in NET+OS.
Someone knows alternative ways to achieve the same goal?
found #include “dnsc_api.h” in the documentation
I need to resolve a host ip address by its name
but for some reason gethostbyname() is not implemented in NET+OS.
Someone knows alternative ways to achieve the same goal?
found #include “dnsc_api.h” in the documentation