summaryrefslogtreecommitdiff
path: root/src/network/if_indextoname.c
AgeCommit message (Collapse)AuthorFilesLines
2016-09-16fix if_indextoname error caseDaniel Sabogal1-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 Felker1-1/+1
2011-04-05implement if_indextoname and if_nametoindex functionsRich Felker1-0/+18