Lines Matching defs:ip
762 /* read IP address */765 unsigned char p[5], *ip;766 ip = p;769 if (gen->d.ip->length != 4)775 /*i2d_ASN1_OCTET_STRING(gen->d.ip,&ip);*/776 ip = gen->d.ip->data;784 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]);