Home
last modified time | relevance | path

Searched refs:withport (Results 1 – 3 of 3) 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)) {
/external/dropbear/
Ddbutil.h49 unsigned char * getaddrstring(struct sockaddr_storage* addr, int withport);
Ddbutil.c394 unsigned char * getaddrstring(struct sockaddr_storage* addr, int withport) { in getaddrstring() argument
426 if (withport) { in getaddrstring()