]> The Tcpdump Group git mirrors - libpcap/commit
* use getifaddrs(3) whenever possible. this avoids use of SIOCGIFCONF.
authoritojun <itojun>
Wed, 23 Feb 2000 11:41:35 +0000 (11:41 +0000)
committeritojun <itojun>
Wed, 23 Feb 2000 11:41:35 +0000 (11:41 +0000)
commit47cea61df31819c435ff70dbd8176134d75dbacc
tree3aca9007bcb5af552b604b3ef909345883611b58
parent03cc04a438588623a351705d1ca900362786929c
* use getifaddrs(3) whenever possible.  this avoids use of SIOCGIFCONF.
  SIOCGIFCONF is hard-to-use API since (1) it does not tell us amount
  of buffer beforehand, (2) it is not friendly with alignment issues
  due to use of packed struct.
CHANGES