Advertisement

1 - 3 of 3 containing alltags:("inaddr_any") (0 seconds)
Hi, I got a sample of code to bind ip address :    bzero(&sin,sizeof(sin));    sin.sin_family=AF_INET;    sin.sin_addr.s_addr=INADDR_ANY;    sin.sin_port=htons(PORT);    bind(sock_descri...
Zones: CDate Answered: 01/27/2003 Grade: A Views: 236
HI,                                        I want to get my local ethernet ip on which i receive a socket data. I have eth0: 10.0.0.100 and eth1:192.168.1.100 then how to know on which i receive s...
Zones: CDate Answered: 03/30/2005 Grade: A Views: 0
I'm trying to create UDP server... When I run my perl script it has one IP address, but when I create UDP_socket and bind() it to INADDR_ANY it get binded to another IP address. How can I detect ...
Zones: PerlDate Answered: 11/13/2003 Grade: A Views: 5
  • 1