This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Convert a MAC address
int nic_strtomac ( const char *s, unsigned char *mac)
The nic_strtomac() function converts a MAC address from a string form to a numeric form. The string may be any of the following forms:
The nic_strtomac() function assumes that the MAC address is six-bytes long.
non-zero if the MAC address is invalid; 0 if it's valid.
QNX Neutrino
Safety: | |
---|---|
Cancellation point | Yes |
Interrupt handler | No |
Signal handler | Yes |
Thread | Yes |