HomeSort by: relevance | last modified time | path
    Searched refs:getph1 (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/dist/ipsec-tools/src/racoon/
handler.h 472 extern struct ph1handle *getph1(struct ph1handle *ph1hint,
476 getph1(NULL, local, remote, /*CONSTCOND*/est ? GETPH1_F_ESTABLISHED : 0)
478 getph1(NULL, NULL, remote, 0)
isakmp.c 1942 new_iph1 = getph1(iph1, iph1->local, iph1->remote, 1);
2015 new_iph1 = getph1(iph1, iph1->local, iph1->remote, 1);
2165 iph1 = getph1(iph1hint, iph2->src, iph2->dst, 0);
3177 new_iph1 = getph1(iph1, iph1->local, iph1->remote, GETPH1_F_ESTABLISHED);
handler.c 175 getph1(struct ph1handle *ph1hint, struct sockaddr *local, function
180 plog(LLV_DEBUG2, LOCATION, NULL, "getph1: start\n");

Completed in 20 milliseconds