Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2014-06-03 | fix if_nametoindex return value when interface does not exist | Rich Felker | -1/+1 | |
the return value is unsigned, so negative results for "errors" do not make sense; 0 is the value reserved for when the interface name does not exist. | ||||
2013-07-09 | fix missing SOCK_CLOEXEC in various functions that use sockets internally | Rich Felker | -1/+1 | |
2011-04-05 | implement if_indextoname and if_nametoindex functions | Rich Felker | -0/+18 | |