Sunday 15 May 2011

Functions Related to IP Adress

In C, there are some functions that will help you manipulating IP addresses.

inet_addr() converts an IP address into an unsigned long.
inet_ntoa() converts string IP addresses to long.

No comments:

Post a Comment