HomeSort by relevance Sort by last modified time
    Searched refs:withport (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
dbutil.h 49 unsigned char * getaddrstring(struct sockaddr_storage* addr, int withport);
dbutil.c 394 unsigned char * getaddrstring(struct sockaddr_storage* addr, int withport) {
426 if (withport) {
  /external/ipsec-tools/src/racoon/
remoteconf.c 103 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)) {

Completed in 870 milliseconds