• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: sockaddr_in sin_port in host byte order on Intel Macs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sockaddr_in sin_port in host byte order on Intel Macs


  • Subject: Re: sockaddr_in sin_port in host byte order on Intel Macs
  • From: Mike Cohen <email@hidden>
  • Date: Fri, 24 Feb 2006 22:11:57 -0500

Yes, I saw that when I was porting my networking code.

On Feb 24, 2006, at 10:07 PM, Kent Sorensen wrote:

I'm seeing an issue on Intel Macs where the sin_port field in the sockaddr_in structure is in host byte order. As far as I know it is supposed to be in network byte order.

I first saw this on 10.4.3, and filed a radar bug on it. It was closed without comments. Now I'm seeing it on 10.4.5 ..

I have to do this in order for the code to connect. That tells me that the field is in host byte order on Intel.

			struct sockaddr_in	*sin = (struct sockaddr_in *) res->ai_addr;
			sin->sin_port = htons(sin->sin_port);

So, since this is now set in stone it is safe to assume it won't be fixed. Can anyone else confirm this behavior ?

Thanks
Kent

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40mcdevzone.com


This email sent to email@hidden

_______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
References: 
 >sockaddr_in sin_port in host byte order on Intel Macs (From: Kent Sorensen <email@hidden>)

  • Prev by Date: sockaddr_in sin_port in host byte order on Intel Macs
  • Next by Date: Re: sockaddr_in sin_port in host byte order on Intel Macs
  • Previous by thread: sockaddr_in sin_port in host byte order on Intel Macs
  • Next by thread: Re: sockaddr_in sin_port in host byte order on Intel Macs
  • Index(es):
    • Date
    • Thread