Searched refs:withport (Results 1 – 3 of 3) sorted by relevance
103 int withport; local107 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)) {
49 unsigned char * getaddrstring(struct sockaddr_storage* addr, int withport);
394 unsigned char * getaddrstring(struct sockaddr_storage* addr, int withport) { in getaddrstring() argument426 if (withport) { in getaddrstring()