Lines Matching defs:wildcard
2643 int sock, r, success = 0, wildcard = 0, is_client;
2664 * specified address or wildcard. On the client, a specified bind
2667 * specification and force a wildcard bind, whereas a value of 2
2673 * "0.0.0.0" -> wildcard v4/v6 if SSH_OLD_FORWARD_ADDR
2674 * "" (empty string), "*" -> wildcard v4/v6
2681 wildcard = 1;
2687 wildcard = 1;
2692 debug3("channel_setup_fwd_listener: type %d wildcard %d addr %s",
2693 type, wildcard, (addr == NULL) ? "NULL" : addr);
2701 hints.ai_flags = wildcard ? AI_PASSIVE : 0;