Searched defs:set_port (Results 1 – 8 of 8) sorted by relevance
/third_party/rust/crates/rustix/src/net/ |
D | addr.rs | 222 pub fn set_port(&mut self, new_port: u16) { in set_port() method 370 pub fn set_port(&mut self, new_port: u16) { in set_port() method 475 pub fn set_port(&mut self, new_port: u16) { in set_port() method
|
/third_party/ffmpeg/libavformat/ |
D | rtpproto.c | 145 static void set_port(struct sockaddr_storage *ss, int port) in set_port() function
|
/third_party/node/src/ |
D | node_options.h | 31 void set_port(int port) { port_ = port; } in set_port() function
|
/third_party/pulseaudio/src/pulsecore/ |
D | source.h | 221 int (*set_port)(pa_source *s, pa_device_port *port); /*ditto */ member
|
D | sink.h | 257 int (*set_port)(pa_sink *s, pa_device_port *port); /* may be NULL */ member
|
/third_party/nghttp2/src/ |
D | util.cc | 796 void set_port(Address &addr, uint16_t port) { in set_port() function
|
/third_party/node/deps/ada/ |
D | ada.cpp | 12019 bool url::set_port(const std::string_view input) { in set_port() function in ada::url 13439 bool url_aggregator::set_port(const std::string_view input) { in set_port() function in ada::url_aggregator
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 13447 void (*set_port)(struct rpc_xprt *, short unsigned int); member 14569 int (*set_port)(struct net_device *, unsigned int, unsigned int, struct udp_tunnel_info *); member
|