/*
 * call-seq:
 *    Host.ip_addr
 *
 * Returns a list of IP addresses for the current host (yes, it is possible
 * to have more than one).
 */
static VALUE host_ip_addr(){