Home
last modified time | relevance | path

Searched defs:bind_to_port (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/config/listener/v3/
H A Dlistener.proto82 google.protobuf.BoolValue bind_to_port = 1; field
346 google.protobuf.BoolValue bind_to_port = 26; field
/aosp_15_r20/external/cronet/net/tools/quic/
H A Dquic_client_message_loop_network_helper.cc48 int bind_to_port) { in CreateUDPSocketAndBind()
/aosp_15_r20/external/grpc-grpc-java/xds/third_party/envoy/src/main/proto/envoy/api/v2/
H A Dlistener.proto55 google.protobuf.BoolValue bind_to_port = 1; field
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_client_default_network_helper.cc49 int bind_to_port) { in CreateUDPSocketAndBind()
/aosp_15_r20/external/mtools/
H A Dfloppyd.c679 static int bind_to_port(in_addr_t bind_ip, uint16_t bind_port) in bind_to_port() function