Lines Matching defs:port
43 uint32_t port,
49 port,
54 port,
63 uint32_t port,
65 return New(AF_INET, host, port, addr) || New(AF_INET6, host, port, addr);
71 uint32_t port,
73 return ToSockAddr(family, host, port,
794 CHECK(args[1]->IsInt32()); // port
799 int32_t port = args[1].As<Int32>()->Value();
805 if (!SocketAddress::New(family, *address, port, addr.get()))
829 Int32::New(env->isolate(), base->address_->port())).IsJust() &&