Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-06-25 | implement inet_lnaof, inet_netof, and inet_makeaddr | Rich Felker | -0/+55 | |
also move all legacy inet_* functions into a single file to avoid wasting object file and compile time overhead on them. the added functions are legacy interfaces for working with classful ipv4 network addresses. they have no modern usefulness whatsoever, but some programs unconditionally use them anyway, and they're tiny. |