|
Embedded Web Server for the CR16
National Semiconductor
Jeff Wright
27
UWORD (*const DNS_Table[])(UBYTE *, UBYTE *, UWORD) =
{DNSQuery,
NULL,
NULL};
UWORD (*const WINS_Table[])(UBYTE *, UBYTE *, UWORD) =
{WINSQuery,
NULL,
NULL,
NULL,
NULL,
WINSRQuery,
WINSRefresh,
NULL,
WINSRelease };
Figure 22. Arrays (Tables) of supported DNS and WINS functions (msg types)
|