On Wed, 2009-02-11 at 07:03 -0600, Andrew Rechenberg Lists wrote:
> Looks like su_inet_ntop isn't working in my case.  The su_family is 528
> which defaults to su_seterrorno(EAFNOSUPPORT).  

I completely overlooked this earlier. Is the iPhone little endian?
http://sofia-sip.sourceforge.net/refdocs/su/unionsu__sockaddr__u.html

528 = 0x0210 = 0x10, 0x02
su_len = 0x10; /* sizeof(struct sockaddr_in) */
su_family = 0x02; /* AF_INET */

It looks like SU_HAVE_SOCKADDR_SA_LEN is getting toggled on your darcs
build.  Either that, or this is a pretty bizarre coincidence.




------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to