Добавил:
Опубликованный материал нарушает ваши авторские права? Сообщите нам.
Вуз: Предмет: Файл:
(ARM).Porting TCP-IP programmer's guide.Ver 1.4.pdf
Скачиваний:
31
Добавлен:
23.08.2013
Размер:
2.79 Mб
Скачать

Chapter 11

Miscellaneous Library Functions

This chapter describes the assortment of functions that are found in the \misclib directory. These functions perform a variety of tasks that are used by the example programs, and by the TCP/IP stack. You might not need all, or any, of these functions in your final system. These functions enable you to perform a sample port, but they do not comprise part of the supported product.

This chapter includes the following sections:

app_ping.c on page 11-3

in_utils.c on page 11-4

memman.c on page 11-16

menus.c, menulib.c, and nrmenus.c on page 11-17

nextcarg.c on page 11-18

nvfsio.c on page 11-19

nvparms.c on page 11-27

parseip.c on page 11-28

reshost.c on page 11-29

strilib.c on page 11-31

strlib.c on page 11-32

tcp_echo.c on page 11-33

ARM DUI 0079B

Copyright © 1998 and 1999 ARM Limited. All rights reserved.

11-1

Miscellaneous Library Functions

ttyio.c on page 11-34

udp_echo.c on page 11-35

userpass.c on page 11-36.

11-2

Copyright © 1998 and 1999 ARM Limited. All rights reserved.

ARM DUI 0079B

Miscellaneous Library Functions

11.1app_ping.c

The functions within the app_ping.c file implement an interface to the ping facilities available in the \inet directory for the menus subsystem.

ARM DUI 0079B

Copyright © 1998 and 1999 ARM Limited. All rights reserved.

11-3