summaryrefslogtreecommitdiff
path: root/src/network/if_indextoname.c
AgeCommit message (Collapse)AuthorLines
2016-09-16fix if_indextoname error caseDaniel Sabogal-1/+6
posix requires errno to be set to ENXIO if the interface does not exist. linux returns ENODEV instead so we handle this.
2013-07-09fix missing SOCK_CLOEXEC in various functions that use sockets internallyRich Felker-1/+1
2011-04-05implement if_indextoname and if_nametoindex functionsRich Felker-0/+18