[ << ] [ < ] [ Up ] [ > ] [ >> ]         [Top] [Contents] [Index] [ ? ]

3.12 Network interfaces

Function: network-interface-by-address ip-address
Function: network-interface-by-name name

gets information of network interfaces by the IP address or name.

Function: network-interface-addresses nic

gets all IP addresses bound the network interface.

Function: network-interfaces

gets all network interfaces in the executing environment.

Function: network-interface-display-name nic
Function: network-interface-hardware-address nic
Function: network-interface-mtu nic

gets a name, hardware address, MTU of the network interface.

Function: network-interface? obj

returns #t if the object is a network interface object.

Function: network-interface-loopback? nic
Function: network-interface-point-to-point? nic
Function: network-interface-supports-multicast? nic
Function: network-interface-up? nic
Function: network-interface-virtual? nic

returns #t if the network interface is lookbacked, point to point, supporting multicast, enabled and virtual, respectively.


[ << ] [ < ] [ Up ] [ > ] [ >> ]

This document was generated on August 9, 2012 using texi2html 5.0.