add getifaddrs
authorrofl0r <retnyg@gmx.net>
Fri, 5 Apr 2013 17:26:51 +0000 (19:26 +0200)
committerrofl0r <retnyg@gmx.net>
Fri, 5 Apr 2013 17:36:51 +0000 (19:36 +0200)
commit202db37a6f2cc43c06467473d9970677f6997ce3
tree12ed3ea01404fbc875f845b7d4ea5e4bb7d9c6f1
parent5ffe4940507110f6d0220496cdfc411b8b89aa3d
add getifaddrs

supports ipv4 and ipv6, but not the "extended" usage where
usage statistics and other info are assigned to ifa_data members
of duplicate entries with AF_PACKET family.
include/ifaddrs.h [new file with mode: 0644]
src/network/getifaddrs.c [new file with mode: 0644]