NAME

SocketSupp - Perl extension for defines in net/if.h and sys/socket.h, supplementary to Socket module.


SYNOPSIS

  use SocketSupp;
  SocketSupp::IFNAMSIZ;
  SocketSupp::SIOCGIFADDR;
  SocketSupp::SIOCGIFCONF;


DESCRIPTION

Give access to defines in net/if.h and sys/socket.h, intended to supplement Socket module. Currently availables are

  IFNAMSIZ,
  SIOCGIFADDR,

and

  SIOCGIFCONF.
Version 0.03 is provided as a gzipped tarball.


AUTHOR

Kiyokazu SUTO <suto@ks-and-ks.ne.jp>


SEE ALSO

Socket(3)