Does qnx support sockaddr_in socket type?

Hi all,
I am confused if qnx6.3.2 supports sockaddr_in data type, since i could only found sockaddr type in the docs of qnx. thx.

Eric

Please heck this example
qnx.com/developers/docs/6.3. … proto.html

Yuriy

thx, it is included in <netinet/in.h>.

Eric

You can set and get a number of options on sockets via the setsockopt() and getsockopt() functions. These options include such things as marking a socket for broadcasting, not to route, to linger on close, etc. The general forms of the functions are:

setsockopt(s, level, optname, optval, optlen);

getsockopt(s, level, optname, optval, optlen);


70-270 practice exam
70-647 practice exam
642-524 practice exam