> 
> 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
> 

The iPhone uses an ARM processor running in little endian mode according
to this blog post:

http://blog.metasploit.com/2007/10/cracking-iphone-part-2.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.
> 
> 

What could've changed between the 1.12.9 and 1.12.10/darcs releases that
could've changed this on my end?  How can this situation be resolved?
Unfortunately I'm a little light on endianess knowledge :)

I'm compiling just the libsofia-sip-ua code in XCode and I'm using the
same config.h that I used in my 1.12.9 library that works.


Confidentiality Notice: This e-mail message including attachments, if any, is 
intended only for the person or entity to which it is addressed and may contain 
confidential and/or privileged material. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended 
recipient, please contact the sender by reply e-mail and destroy all copies of 
the original message. If you are the intended recipient, but do not wish to 
receive communications through this medium, please so advise the sender 
immediately.

------------------------------------------------------------------------------
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