File nut/app/inetq/inetq.c


Included Files


Preprocessor definitions

#define DNSSERVERIP "192.168.192.2"

#define INETSERVER "www.kornet.net"

#define INETSERVERPORT 80

#define INETURL "/"

#define MY_MAC

#define MY_IP "192.168.192.100"

#define MY_MASK "255.255.255.0"

#define MY_GATE "192.168.192.3"


Local Variables

buff
static char buff[1024]
Used in: NutAppMain()  

my_mac
static uint8_t my_mac[]

Used in: NutAppMain()  

Global Function NutAppMain()

int NutAppMain ( void )
Calls: NutDhcpIfConfig(), NutDnsConfig2(), NutDnsGetHostByName(), NutGetTickCount(), NutIpRouteAdd(), NutNetIfConfig(), NutRegisterDevice(), NutSleep(), NutTcpCloseSocket(), NutTcpConnect(), NutTcpCreateSocket(), NutTcpReceive(), NutTcpSend(), _fdopen(), _fileno(), _ioctl(), fclose(), fflush(), fgets(), fprintf(), fputs(), freopen(), inet_addr(), inet_ntoa(), printf(), puts(), strcpy(), strlen()
References Variables: buff nut/app/inetq/inetq.c
  my_mac nut/app/inetq/inetq.c