Lines Matching defs:port
559 // Returns string representation of numeric address and port of
567 // Sets |port| to |addr|.
568 void set_port(Address &addr, uint16_t port);
780 /* port */ 5 + /* terminal NULL */ 1;
785 uint16_t port);
788 StringRef make_hostport(OutputIt first, const StringRef &host, uint16_t port) {
790 auto serv = utos(port);
812 // Creates "host:port" string using given |host| and |port|. If
814 // and "]". If |port| is 80 or 443, port part is omitted.
816 uint16_t port);
820 uint16_t port) {
821 if (port != 80 && port != 443) {
822 return make_hostport(first, host, port);
937 // split_hostport splits host and port in |hostport|. Unlike
939 // port is not available, it returns empty string in the second