hwaddr_ntoa


Description:


public string hwaddr_ntoa (void* addr, int type)

Converts addr to textual form.

See also hwaddr_ntoa_len, which takes a length instead of a type.

Parameters:

addr

a binary hardware address

type

the type of address; either ARPHRD_ETHER or ARPHRD_INFINIBAND

Returns:

the textual form of addr


Namespace: NM.Utils
Package: libnm-util