Lines Matching defs:ip
740 /* read IP address */743 unsigned char p[5], *ip;744 ip = p;747 if (gen->d.ip->length != 4)753 /*i2d_ASN1_OCTET_STRING(gen->d.ip,&ip);*/754 ip = gen->d.ip->data;762 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]);