NetBurner 3.5.0
PDF Version
 
ipshow.h
1/*NB_REVISION*/
2
3/*NB_COPYRIGHT*/
4
5#ifndef _IPSHOW_H_
6#define _IPSHOW_H_
7
8/*------------------------------------------------------------------------------
9 * Web page function callback to display links to IPv4 and IPv6 addresses.
10 * Note that IPv6 prefix addresses may take a few seconds to be assigned.
11 *-----------------------------------------------------------------------------*/
12extern "C" // Required for web page callback linking
13{
14 void webShowAddress(int socket, char *url);
15}
16
17/*------------------------------------------------------------------------------
18 * Print IP addresses to serial port
19 *-----------------------------------------------------------------------------*/
20void showIpAddresses();
21
22#endif