TCPIPDNRNameToIP initiates a DNS lookup. This includes calling
TCPIPLogin with port 53, building the DNR message, and sending it
with TCPIPSendUDP – all things that could be done with user-level code.
On success, the DNRstatus field is set to DNR_Pending.
Tool Errors
| Tool Error | Explanation |
|---|---|
terrTCPIPNOTACTIVE |
Marinetti has not been started. |
terrNOCONNECTION |
Marinetti is not connected to the network. |
terrNODNSERVERS |
No DNS servers have been specified. |
terrBUFFERTOOSMALL |
Out of memory error trying to increase the size of the DNR request queue. |
TCP Errors
None.