Reputation: 395
As far as I can tell, there is no getaddrinfo() function for VxWorks. Is there any equivalent, or are there any examples of how to roll your own?
Alternatively, what would be another method to populate an addrinfo structure for use with sockets?
EDIT: For anyone who stumbles upon this question, I must say that there are getaddrinfo() and freeaddrinfo() functions located in "netdb.h".
Upvotes: 1
Views: 1027
Reputation: 70422
Having no access to a VxWorks system, my crystal ball tells me salSocketFind
.
Upvotes: 1