Home
last modified time | relevance | path

Searched refs:port (Results 1051 - 1075 of 2184) sorted by relevance

1...<<41424344454647484950>>...88

/third_party/ffmpeg/libavformat/
H A Dsapenc.c74 int port = 9875, base_port = 5004, i, pos = 0, same_port = 0, ttl = 255; in sap_write_header() local
85 /* extract hostname and port */ in sap_write_header()
96 port = strtol(buf, NULL, 10); in sap_write_header()
176 ff_url_join(url, sizeof(url), "udp", NULL, announce_addr, port, in sap_write_header()
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
H A Dminimal-mqtt-client-multi.c133 i.port = 1883; in connect_client()
138 i.port = 8883; in connect_client()
418 info.port = CONTEXT_PORT_NO_LISTEN; /* we do not run any server */ in main()
/third_party/node/src/
H A Dnode_report_utils.cc25 const int port = ntohs(family == AF_INET ? in ReportEndpoint() local
31 DCHECK_EQ(port, std::stoi(endpoint.service)); in ReportEndpoint()
46 writer->json_keyvalue("port", port); in ReportEndpoint()
/third_party/node/test/cctest/
H A Dtest_sockaddr.cc23 CHECK_EQ(addr.port(), 443); in TEST()
38 CHECK_EQ(addr.port(), 80); in TEST()
55 CHECK_EQ(addr.port(), 443); in TEST()
/third_party/lwip/src/apps/netbiosns/
H A Dnetbiosns.c347 netbiosns_recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in netbiosns_recv() argument
405 udp_sendto(upcb, q, addr, port); in netbiosns_recv()
460 udp_sendto(upcb, q, addr, port); in netbiosns_recv()
/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_udp.c147 /* find udp_pcb with requested ip and port*/ in udp_endpointTable_get_cell_value()
236 /* set reference to PCB local port and return a generic node that copies u16_t values */ in udp_Table_get_cell_value_core()
250 u16_t port; in udp_Table_get_cell_value() local
258 /* get IP and port from incoming OID */ in udp_Table_get_cell_value()
260 port = (u16_t)row_oid[4]; in udp_Table_get_cell_value()
262 /* find udp_pcb with requested ip and port*/ in udp_Table_get_cell_value()
266 if (ip4_addr_cmp(&ip, ip_2_ip4(&pcb->local_ip)) && (port == pcb->local_port)) { in udp_Table_get_cell_value()
/third_party/lwip/src/include/lwip/
H A Dtcp.h468 u16_t port);
471 u16_t port, tcp_connected_fn connected);
489 err_t tcp_tcp_get_tcp_addrinfo(struct tcp_pcb *pcb, int local, ip_addr_t *addr, u16_t *port);
/third_party/toybox/toys/pending/
H A Dbrctl.c29 setportprio BRIDGE PORT PRIO Set port priority
258 void set_cost_prio(char *br, char *port, unsigned long cmd, unsigned long val) in set_cost_prio() argument
264 if (!(index = if_nametoindex(port))) error_exit("invalid port"); in set_cost_prio()
271 if (i >= MAX_BRIDGES) error_exit("%s not in bridge", port); in set_cost_prio()
/third_party/python/Lib/test/
H A Dtest_largefile.py226 port = socket_helper.find_unused_port()
227 with socket.create_server(("", port)) as sock:
229 with socket.create_connection(("127.0.0.1", port)) as client:
/base/request/request/services/src/manage/config/
H A Dmod.rs45 proxy_port: self.proxy.port(),
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/
H A Dark_net_proxy_adapter_wrapper.h35 void GetProperty(std::string& host, uint16_t& port, std::string& pacUrl, std::string& exclusion) override;
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/rtp/mock/
H A Dmock_rtp_server.h28 MOCK_METHOD(bool, Start, (uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog));
/foundation/CastEngine/castengine_wifi_display/services/network/interfaces/
H A Diserver.h34 virtual bool Start(uint16_t port, const std::string &host, bool enableReuse = true, uint32_t backlog = 1000) = 0;
/foundation/CastEngine/castengine_wifi_display/services/network/socket/
H A Dudp_socket.h30 bool Bind(const uint16_t port, const std::string &host, bool enableReuse = true,
H A Dtcp_socket.h30 bool Bind(const uint16_t port, const std::string &host, bool enableReuse = true,
H A Dbase_socket.h31 virtual bool Bind(const uint16_t port, const std::string &host, bool enableReuse = true,
/foundation/CastEngine/castengine_wifi_display/tests/unittest/impl/session/mock/
H A Dmock_server.h28 MOCK_METHOD(bool, Start, (uint16_t port, const std::string &host, bool enableReuse, uint32_t backlog));
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/common/include/
H A Dskill_uri.h30 std::string port; member
/foundation/arkui/ui_lite/test/autotest/include/
H A Dtcp_socket.h27 const quint16 port = 23495; variable
/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/include/
H A Dnet_address.h41 void SetPort(uint16_t port);
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/
H A Dmdns_service_info.h39 int32_t port = -1; member
/foundation/communication/netstack/frameworks/js/napi/socket/options/include/
H A Dsocket_remote_info.h36 void SetPort(uint16_t port);
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/
H A Dcoap_client.h35 coap_context_t *CoapGetContext(const char *node, const char *port, uint8_t needBind, const struct in_addr *ip);
/third_party/mbedtls/port/include/
H A Dtls_client.h34 char *port; member
/third_party/jerryscript/targets/riot-stm32f4/
H A DMakefile45 USEMODULE += libjerry-core libjerry-port-default-minimal libjerry-ext

Completed in 9 milliseconds

1...<<41424344454647484950>>...88