Home | History | Annotate | Download | only in racoon

Lines Matching defs:r_hash

494 	char *r_hash;
498 r_hash = (char *)hash + sizeof(*hash);
501 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
507 result = memcmp(my_hash->v, r_hash, my_hash->l);
767 char *r_hash;
772 r_hash = (char *)hash + sizeof(*hash);
775 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
782 result = memcmp(my_hash->v, r_hash, my_hash->l);
1042 char *r_hash;
1046 r_hash = (caddr_t)hash + sizeof(*hash);
1049 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
1055 result = memcmp(my_hash->v, r_hash, my_hash->l);
1447 char *r_hash;
1452 r_hash = (char *)hash + sizeof(*hash);
1455 plogdump(LLV_DEBUG, r_hash, ntohs(hash->h.len) - sizeof(*hash));
1471 result = memcmp(my_hash->v, r_hash, my_hash->l);