Re: [algogeeks] IP Address

2011-09-07 Thread sagar pareek
+1 to anup On Wed, Sep 7, 2011 at 8:08 AM, Anup Ghatage wrote: > I think It depends on the IP version you willbe using. > > If it is IPv4 then it is: > struct in_addr and struct sockaddr_in > > If it is IPv6 then it is: > struct in6_addr and struct sockaddr_in6 > > Also there is a struct sockadd

Re: [algogeeks] IP Address

2011-09-06 Thread Anup Ghatage
I think It depends on the IP version you willbe using. If it is IPv4 then it is: struct in_addr and struct sockaddr_in If it is IPv6 then it is: struct in6_addr and struct sockaddr_in6 Also there is a struct sockaddr_storage for generic storage and interconversion of IP address' if you don't kno

Re: [algogeeks] IP Address

2011-09-06 Thread sagar pareek
@ r_shetty search 1. struct in_addr 2. struct sockaddr_in On Mon, Sep 5, 2011 at 10:04 PM, teja bala wrote: > resource records which is a 5 > tuple(domain_name,type,value,class,time_to_live) is returned to respective > browser request when a resolver gets called.. > > > On Mon, Sep 5, 2011 at 9:

Re: [algogeeks] IP Address

2011-09-05 Thread teja bala
resource records which is a 5 tuple(domain_name,type,value,class,time_to_live) is returned to respective browser request when a resolver gets called.. On Mon, Sep 5, 2011 at 9:46 PM, rShetty wrote: > Which is the data Structure used to store the IP addresses in a > network ? > Please Elaborate?

[algogeeks] IP Address

2011-09-05 Thread rShetty
Which is the data Structure used to store the IP addresses in a network ? Please Elaborate? -- You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to algogeeks@googlegroups.com. To unsubscribe from this group, send