Searched refs:portany_id_p (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dike_session.c1608 vchar_t *portany_id_p = NULL; local
1658 if (iph2->id_p && (portany_id_p = vdup(iph2->id_p))) {
1659 ike_session_set_id_portany(portany_id_p);
1664 portany_id_p && older_ph2->ext_nat_id_p &&
1665 portany_id_p->l == older_ph2->ext_nat_id_p->l &&
1666 memcmp(portany_id_p->v, older_ph2->ext_nat_id_p->v, portany_id_p->l) == 0) {
1670 if (portany_id_p) {
1671 vfree(portany_id_p);
1684 if (portany_id_p) {
[all...]

Completed in 115 milliseconds