circu.js
    Preparing search index...

    Interface NetworkInterface

    Network interface info

    interface NetworkInterface {
        address: string;
        internal: boolean;
        mac: string;
        name: string;
        netmask: string;
        scopeId?: number;
    }
    Index

    Properties

    address: string

    IP address (IPv4 or IPv6)

    internal: boolean

    Whether internal interface (loopback)

    mac: string

    MAC address (e.g., '00:11:22:33:44:55')

    name: string

    Interface name (e.g., 'eth0', 'lo')

    netmask: string

    Subnet mask

    scopeId?: number

    IPv6 scope ID (IPv6 interfaces only)