pubconst LINK_STATE_UNKNOWN: c_int = 0; // link invalid/unknown pubconst LINK_STATE_DOWN: c_int = 1; // link is down pubconst LINK_STATE_UP: c_int = 2; // link is up
pubconst IFF_UP: c_int = 0x0001; // interface is up pubconst IFF_BROADCAST: c_int = 0x0002; // broadcast address valid pubconst IFF_DEBUG: c_int = 0x0004; // turn on debugging pubconst IFF_LOOPBACK: c_int = 0x0008; // is a loopback net pubconst IFF_POINTOPOINT: c_int = 0x0010; // interface is point-to-point link pubconst IFF_RUNNING: c_int = 0x0040; // resources allocated pubconst IFF_NOARP: c_int = 0x0080; // no address resolution protocol pubconst IFF_PROMISC: c_int = 0x0100; // receive all packets pubconst IFF_ALLMULTI: c_int = 0x0200; // receive all multicast packets pubconst IFF_OACTIVE: c_int = 0x0400; // transmission in progress pubconst IFF_SIMPLEX: c_int = 0x0800; // can't hear own transmissions pubconst IFF_LINK0: c_int = 0x1000; // per link layer defined bit pubconst IFF_LINK1: c_int = 0x2000; // per link layer defined bit pubconst IFF_LINK2: c_int = 0x4000; // per link layer defined bit pubconst IFF_MULTICAST: c_int = 0x8000; // supports multicast
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.