added IP address input method to menus by Jeff Costlow, f5
(IPv6 support is not in good shape yet) a few more bug fixes, more error checks extended input methods using more key (left, righ) if they are available
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
* COPYING file distributed with this package.
|
||||
*
|
||||
* Copyright (c) 1999, William Ferrell, Scott Scriven
|
||||
* 2004, F5 Networks, Inc. - IP-address verification
|
||||
*
|
||||
*/
|
||||
|
||||
@@ -21,5 +22,7 @@ int sock_init(char* bind_addr, int bind_port);
|
||||
int sock_shutdown();
|
||||
int sock_create_inet_socket(char* bind_addr, unsigned int port);
|
||||
int sock_poll_clients();
|
||||
int verify_ipv4(const char *addr);
|
||||
int verify_ipv6(const char *addr);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user