Littlegator
Littlegator

Reputation: 395

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

Upvotes: 1

Views: 1027

Answers (1)

jxh
jxh

Reputation: 70422

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

Upvotes: 1

Related Questions