Searched refs:cmpsaddrstrict (Results 1 – 8 of 8) sorted by relevance
/external/ipsec-tools/src/racoon/ |
D | sockmisc.h | 50 extern int cmpsaddrstrict __P((const struct sockaddr *, const struct sockaddr *)); 53 #define CMPSADDR(saddr1, saddr2) cmpsaddrstrict((saddr1), (saddr2))
|
D | nattraversal.c | 376 if (cmpsaddrstrict(ka->src, src) == 0 && in natt_keepalive_add() 377 cmpsaddrstrict(ka->dst, dst) == 0) { in natt_keepalive_add() 440 if (cmpsaddrstrict(ka->src, src) == 0 && in natt_keepalive_remove() 441 cmpsaddrstrict(ka->dst, dst) == 0 && in natt_keepalive_remove()
|
D | policy.c | 197 if (cmpsaddrstrict((struct sockaddr *)&a->src, 200 if (cmpsaddrstrict((struct sockaddr *)&a->dst,
|
D | handler.c | 526 if (cmpsaddrstrict(src, p->src) == 0 && 527 cmpsaddrstrict(dst, p->dst) == 0) 803 if (cmpsaddrstrict(remote, p->remote) == 0) 885 if (cmpsaddrstrict(remote, r->remote) != 0)
|
D | remoteconf.c | 138 || (withport && cmpsaddrstrict(remote, p->remote) == 0)) {
|
D | isakmp.c | 478 ((cmpsaddrstrict(iph1->remote, remote) != 0) || 479 (cmpsaddrstrict(iph1->local, local) != 0))) 520 if (cmpsaddrstrict(iph1->remote, remote) != 0) { 646 if (cmpsaddrstrict(iph1->remote, remote) != 0) {
|
D | sockmisc.c | 205 cmpsaddrstrict(addr1, addr2) in cmpsaddrstrict() function
|
/external/ipsec-tools/ |
D | setup.c | 586 if (!cmpsaddrstrict(addr, myaddrs[1].addr)) { in getsockmyaddr()
|