 |
Index for Section 9 |
|
 |
Alphabetical listing for E |
|
 |
Bottom of page |
|
ether_sprintf(9r)
NAME
ether_sprintf - Network: Converts an Ethernet address to an ASCII string
SYNOPSIS
char * ether_sprintf(
u_char *hwaddr );
ARGUMENTS
hwaddr
Specifies the Ethernet hardware address that you want to convert.
DESCRIPTION
The ether_sprintf interface converts an Ethernet address to a printable
(loggable) ASCII string representation.
RETURN VALUES
On successful completion, the ether_sprintf interface returns the printable
representation of the specified Ethernet address.
SEE ALSO
Kernel interface: printf(9r)
 |
Index for Section 9 |
|
 |
Alphabetical listing for E |
|
 |
Top of page |
|