Age | Commit message (Collapse) | Author | Lines |
2015年05月08日 | fix netinet/ether.h for c++ | Szabolcs Nagy | -0/+8 |
|
2013年07月01日 | add stubs for additional legacy ether.h functions | Rich Felker | -3/+3 |
|
these would not be expensive to actually implement, but reading
/etc/ethers does not sound like a particularly useful feature, so for
now I'm leaving them as stubs.
|
2013年06月25日 | add ether_aton[_r] and ether_ntoa[_r] functions | Rich Felker | -0/+14 |
|
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.
|