Search code examples
c++socketsvxworkscross-compiling

Socket getaddrinfo()-equivalent function for VxWorks?


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".


Solution

  • Having no access to a VxWorks system, my crystal ball tells me salSocketFind.