6-1
Network Tools Library Services
Included with the stack package is a library of network tools. It provides auxilia-
ry functionality to the stack library and contains source written to the socket
layer that would normally be considered application level code. The library file
is called
NETTOOLS.LIB
, and can be accessed by an application that includes
the file
NETTOOLS.H
.
The support supplied by NETTOOLS can be categorized into two classes:
support functions and services. The support functions consist of a program-
ming API that can aid the programmer in developing network applications,
while services are servers that execute on the stack platform.
This section describes the NETTOOLS services.
Topic
Page
6.1
Service Calling Conventions
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6.2
Telnet Server Service
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6.3
DHCP Server Service
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6.4
DHCP Client Support
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6.5
HTTP Server Support
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6.6
DNS Server Service
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
6.7
Network Address Translation (NAT) Service
. . . . . . . . . . . . . . . . . . . .
Chapter 6