about summary refs log tree commit diff
path: root/src/network/ether.c
Commit message (Collapse)AuthorAgeFilesLines
* add ether_aton[_r] and ether_ntoa[_r] functionsRich Felker2013-06-251-0/+43
based on patch by Strake with minor stylistic changes, and combined into a single file. this patch remained open for a long time due to some question as to whether ether_aton would be better implemented in terms of sscanf, and it's time something was committed, so here it is.