Lines Matching defs:port
434 const StringRef &ipaddr, const StringRef &port,
437 // port (5), forwarded-for (IPv6) (41), alpn (5), proxyproto
438 // ipaddr (15), proxyproto port (5), sni (32, estimated). we
454 port_(make_string_ref(balloc_, port)),
1241 faddr_->port,
1260 int32_t port = 0;
1274 port *= 10;
1275 port += *p - '0';
1277 if (port > 65535) {
1468 // source port
1472 CLOG(INFO, this) << "PROXY-protocol-v1: Invalid source port";
1483 // destination port
1487 CLOG(INFO, this) << "PROXY-protocol-v1: Invalid destination port";
1492 // Currently we don't use destination port
1652 // We don't use destination port.