Home
last modified time | relevance | path

Searched refs:withport (Results 1 – 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
Dremoteconf.c103 int withport; local
107 withport = 0;
121 withport = 1;
129 withport ? "[" : "",
130 withport ? port : "",
131 withport ? "]" : "");
137 || (!withport && cmpsaddrwop(remote, p->remote) == 0)
138 || (withport && cmpsaddrstrict(remote, p->remote) == 0)) {