inet.interface

behaviour

by-index

(by-index idx)

Get a network interface given its index.

by-inet-address

(by-inet-address addr)

Convenience method to search for a network interface that has the specified Internet Protocol (IP) address bound to it.

by-name

(by-name iface-name)

Searches for the network interface with the specified name.

NetInterface

protocol

members

display-name

(display-name this)

Get the display name of this network interface.

hardware-address

(hardware-address this)

Returns the hardware address (usually MAC) of the interface if it has one and if it can be accessed given the current privileges.

index

(index this)

Returns the index of this network interface.

inet-addresses

(inet-addresses this)

Convenience method to return an Enumeration with all or a subset of the InetAddresses bound to this network interface.

interface-addresses

(interface-addresses this)

Get a List of all or a subset of the InterfaceAddresses of this network interface.

loopback?

(loopback? this)

Returns whether a network interface is a loopback interface.

mtu

(mtu this)

Returns the Maximum Transmission Unit (MTU) of this interface.

name

(name this)

Get the name of this network interface.

parent

(parent this)

Returns the parent NetworkInterface of this interface if this is a subinterface, or null if it is a physical (non virtual) interface or has no parent.

point-to-point?

(point-to-point? this)

Returns whether a network interface is a point to point interface.

sub-interfaces

(sub-interfaces this)

Get an Enumeration with all the subinterfaces (also known as virtual interfaces) attached to this network interface.

supports-multicast?

(supports-multicast? this)

Returns whether a network interface supports multicasting or not.

up?

(up? this)

Returns whether a network interface is up and running.

virtual?

(virtual? this)

Returns whether this interface is a virtual interface (also called subinterface).

network-interfaces

(network-interfaces)

Returns all the interfaces on this machine.