libvirt/src/nwfilter
Daniel P. Berrange a8ae7d19f4 Remove all use of inet_pton and inet_ntop
The  inet_pton and inet_ntop functions are obsolete, replaced
by getaddrinfo+getnameinfo with the AI_NUMERICHOST flag set.
These can be accessed via the virSocket APIs.

The bridge.c code had methods for fetching the IP address of
a bridge which used inet_ntop. Aside from the use of inet_ntop
these methods are broken, because a NIC can have multiple
addresses and this only returns one address. Since the methods
are never used, just remove them.

* src/conf/network_conf.c, src/nwfilter/nwfilter_learnipaddr.c:
  Replace inet_pton and inet_ntop with virSocket APIs
* src/util/bridge.c, src/util/bridge.h: Remove unused methods
  which called inet_ntop.
2010-10-22 11:59:18 +01:00
..
nwfilter_driver.c nwfilter: resolve deadlock between VM ops and filter update 2010-10-13 10:33:26 -04:00
nwfilter_driver.h filter new files through cppi, so syntax-check passes once again 2010-03-26 22:47:30 +01:00
nwfilter_ebiptables_driver.c Expand virSocketFormat to be more flexible 2010-10-22 11:24:12 +01:00
nwfilter_ebiptables_driver.h nwfilter: Instantiate comments in ip(6)tables rules 2010-09-30 15:56:09 -04:00
nwfilter_gentech_driver.c nwfilter: skip some interfaces on filter update 2010-05-03 18:14:58 -04:00
nwfilter_gentech_driver.h nwfilter: fix loadable module support 2010-06-21 14:18:31 -04:00
nwfilter_learnipaddr.c Remove all use of inet_pton and inet_ntop 2010-10-22 11:59:18 +01:00
nwfilter_learnipaddr.h nwfilter: extend nwfilter reload support 2010-08-16 12:59:54 -04:00