Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
CCSv9, NDK 3.61, SYSBIOS 6.76, GNU 7.2
I'd like to use BSD style pipes but they do not seem to be supported. In lieu of that I'm like to create a pair of sockets and connect them by binding and listening on one and connecting with the other. So I's like to use sin.sin_addr.s_addr = INADDR_LOOPBACK. But I can't find INADDR_LOOPBACK.
Is the loop back interface supported?
Mike