tanya.net.iface

Network interfaces.

Members

Enums

AddressFamily
enum AddressFamily

$(D_PSYMBOL AddressFamily) specifies a communication domain; this selects the protocol family which will be used for communication.

Functions

indexToName
String indexToName(uint index)

Converts the index of a network interface to its name.

nameToIndex
uint nameToIndex(R name)

Converts the name of a network interface to its index.

Meta