www.beck-ipc.com

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


Get_TCPIP_Statistics

Access the internal network packet counters.

void Get_TCPIP_Statistics ( Packet_Count far * *pkt_cnt_ptr );

Parameters

pkt_cnt_ptr

Packet COunter:  Pointer to Pointer to a Packet_Count struct. The struct contains the counters for each protocol (read Only!).

Return Value

-- none --

Comments

Note:   The counters referenced by pointer members count_all_packets and count_all_sended packets count only Ethernet packets.

Other counters referenced also count the packets from and to other devices: e.g. local loop back packets and PPP packets.

The user is free to read and/or reset any of these referenced counters.

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