This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

RTOS/TM4C1294NCPDT: Connecting to Server

Part Number: TM4C1294NCPDT

Tool/software: TI-RTOS

Dear all,

I want to construct a local address structure, but location of the address can assign to domain name?

 memset(&localAddr, 0, sizeof(localAddr));
 localAddr.sin_family = AF_INET;
 localAddr.sin_addr.s_addr = ?;
 localAddr.sin_port = htons(arg0);

If i can not do this, how to search the IP address of domain name?

Thanks

BR,

Louis