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.
inet_addr() converts an IP address into an unsigned long.
inet_ntoa() converts string IP addresses to long.
No comments:
Post a Comment