IP address selection with multiple TCP/IP instances

I read QNX6 supports multiple IP addresses associated to the same device
(es. a NIC card).

At the application level (BSD socket), how can the user select the
instance it is going to operate with ?

In other words, how to select the source IP address for the same interface ?

Thanks in advance,
Enrico

Enrico Bendinelli <enricob@prisma-eng.it> wrote:

I read QNX6 supports multiple IP addresses associated to the same device
(es. a NIC card).

At the application level (BSD socket), how can the user select the
instance it is going to operate with ?

In other words, how to select the source IP address for the same interface ?

bind().

-seanb