www.beck-ipc.com

@CHIP-RTOS C Library V2.00 - TCP/IP API


Get_Installed_Servers

Get information about running servers and interfaces of the TCP/IP Stack.

void Get_Installed_Servers ( unsigned int far* first,
                             unsigned int far* second );

Parameters

first

The first eight possible available servers:   Bit 0: GIS_ETHERNET - Ethernet device
Bit 1: GIS_PPP_SERVER - PPP server
Bit 2: GIS_PPP_CLIENT - PPP client
Bit 3: GIS_WEB_SERVER - Web server
Bit 4: GIS_TELNET_SERVER - Telnet server
Bit 5: GIS_FTP_SERVER - FTP server
Bit 6: GIS_TFTP_SERVER - TFTP server
Bit 7: GIS_DHCP - DHCP client

second

The next eight possible available servers:   Bit 0: GIS_SNMP_MIB - SNMP MIB variables support
Bit 1: GIS_CFG_SERVER - UDP Config server
Bit 2: GIS_PING_CLIENT - Ping client

Return Value

-- none --

Comments

The masked listed here are defined in tcpip.h header file.

See Also

RTOS API

This library function invokes a RTOS software interrupt. Refer to this RTOS API function's documentation for more details.


This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document