sockaddr_in

sockaddr_in

Post by Tim Bur » Sun, 21 Mar 1993 14:47:30



Hello,

I am wondering if anyone out there has used the sockaddr_in in AIX 3.2.
For some reason I can't get the .s_net, s_host, and s_lh, to work for me.
Here is the call I am trying to make:

sprintf( log_buf, "Sock.sinaddr:  %d.%d.%d.%d", sock.sin_addr.s_net, sock.sin_a\
ddr.s_host, sock.sin_addr.s_lh, sock.sin_addr.s_impno );

Any help would be much appeciated.

Thank you,

Tim Burns
--

+-----------------------------------+---------------------------------------+

 
 
 

1. Who set sin_len in "strust sockaddr_in"

I am a newbie of FreeBSD. I notice the struct "struct sockaddr_in" in
FreeBSD is different from the one defined in Solaris and Linux. There is a
new field called sin_len in "struct sockaddr_in" in FreeBSD.

I notice that in_pcbbind() in netinet/in_pcb.c in FreeBSD kernel, called by
tcp_usr_bind() and udp_bind(), requires sin_len be set to sizeof(struct
sockaddr_in).

When I first used "struct sockaddr_in", I forgot to set sin_len, but it
worked file. Then I set it to some other values, it still worked fine.

So I guess that its value is reset somewhere else before it is passed to
in_pcbbind().

Does anyone know where its value is changed?

2. ipfilter version

3. What should sockaddr_in->sin_zero be?

4. Newbie question: DHCP

5. Struct sockaddr_in is missing!!!!

6. How to increase the resolution of mouse pointer in XFree86?

7. sockaddr and sockaddr_in

8. Solaris 1.1 & SunSoft version C

9. how to cast sockaddr to sockaddr_in

10. problem with casting sockaddr structure to sockaddr_in

11. testing struct sockaddr_in for equality...

12. What's the difference between sockaddr and sockaddr_in ?

13. struct sockaddr_in