Re: IPv6 - sobind fails with 49

2013-06-28 Thread Andrey V. Elsukov
On 28.06.2013 08:15, Sreenivasa Honnur wrote: > if (rv != 0) { > > printf("sock create ipv6 %s failed %d.\n", > > tbuf, rv); > > return NULL; > > } > > Can you try insert he

IPv6 - sobind fails with 49

2013-06-27 Thread Sreenivasa Honnur
I am writing a kernel socket program which binds to a IPv6 address, so bind always fails with 49. Below is the code snippet I am using, is something wrong here? roundhay# uname -a FreeBSD roundhay 9.1-RELEASE FreeBSD 9.1-RELEASE #2: Mon Apr 8 16:15:06 IST 2013 root@roundhay:/usr/obj/ho