Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <if.h>

Struct if_data

struct if_data;

Description

Structure describing information about an interface which may be of interest to management entities.

Members

Defined in if_data:


Member data


ifi_type

u_char ifi_type;

Description

generic interface information. ethernet, tokenring, etc


ifi_physical

u_char ifi_physical;

Description

generic interface information e.g., AUI, Thinnet, 10base-T, etc


ifi_addrlen

u_char ifi_addrlen;

Description

generic interface information media address length


ifi_hdrlen

u_char ifi_hdrlen;

Description

generic interface information media header length


ifi_link_state

u_char ifi_link_state;

Description

generic interface information current link state


ifi_recvquota

u_char ifi_recvquota;

Description

generic interface information polling quota for receive intrs


ifi_xmitquota

u_char ifi_xmitquota;

Description

generic interface information polling quota for xmit intrs


ifi_datalen

u_char ifi_datalen;

Description

generic interface information length of this data struct


ifi_mtu

u_long ifi_mtu;

Description

generic interface information maximum transmission unit


ifi_metric

u_long ifi_metric;

Description

generic interface information routing metric (external only)


ifi_baudrate

u_long ifi_baudrate;

Description

generic interface information linespeed


ifi_ipackets

u_long ifi_ipackets;

Description

volatile statistics. packets received on interface


ifi_ierrors

u_long ifi_ierrors;

Description

volatile statistics. input errors on interface


ifi_opackets

u_long ifi_opackets;

Description

volatile statistics. packets sent on interface.


ifi_oerrors

u_long ifi_oerrors;

Description

volatile statistics. output errors on interface.


ifi_collisions

u_long ifi_collisions;

Description

volatile statistics. collisions on csma interfaces.


ifi_ibytes

u_long ifi_ibytes;

Description

volatile statistics. total number of octets received.


ifi_obytes

u_long ifi_obytes;

Description

volatile statistics. total number of octets sent.


ifi_imcasts

u_long ifi_imcasts;

Description

volatile statistics. packets received via multicast.


ifi_omcasts

u_long ifi_omcasts;

Description

volatile statistics. packets sent via multicast


ifi_iqdrops

u_long ifi_iqdrops;

Description

volatile statistics. dropped on input, this interface.


ifi_noproto

u_long ifi_noproto;

Description

volatile statistics. destined for unsupported protocol.


ifi_hwassist

u_long ifi_hwassist;

Description

volatile statistics. HW offload capabilities


ifi_epoch

time_t ifi_epoch;

Description

volatile statistics. uptime at attach or stat reset.


ifi_lastchange

timeval ifi_lastchange;

Description

volatile statistics. time of last administrative change