Lines Matching defs:ip
746 /* read IP address */749 unsigned char p[5], *ip;750 ip = p;753 if (gen->d.ip->length != 4)759 /*i2d_ASN1_OCTET_STRING(gen->d.ip,&ip);*/760 ip = gen->d.ip->data;768 sprintf(*altname, "%u.%u.%u.%u", ip[0], ip[1], ip[2], ip[3]);