NetBurner 3.1
SSL/HttpsUploadCert/src/formtools.h
1 /*NB_REVISION*/
2 
3 /*NB_COPYRIGHT*/
4 
5 #ifndef _FORM_TOOL_H_
6 #define _FORM_TOOL_H_
7 
14 void ShowIP2Sock(int sock, IPADDR ip);
15 
30 void FormOutputSelect(int sock, const char *name, int selnum, const char **list);
31 
42 void FormOutputSelectValueOnClick(int sock,
43  const char *name,
44  int selnum,
45  const char **labellist,
46  const char **valuelist,
47  const char **onclicklist);
48 
56 void FormOutputCheckbox(int sock, const char *name, BOOL checked);
57 
66 void FormOutputInput(int sock, const char *name, int siz, const char *val);
67 
76 void FormOutputNumInput(int sock, const char *name, int siz, int val);
77 
85 void FormOutputIPInput(int sock, const char *name, IPADDR ip);
86 
87 #endif /* _FORM_TOOL_H_ */
Used to hold and manipulate IPv4 and IPv6 addresses in dual stack mode.
Definition: ipv6_addr.h:28