/third_party/ffmpeg/libavformat/ |
H A D | sapenc.c | 74 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 D | minimal-mqtt-client-multi.c | 133 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 D | node_report_utils.cc | 25 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 D | test_sockaddr.cc | 23 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 D | netbiosns.c | 347 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 D | snmp_mib2_udp.c | 147 /* 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 D | tcp.h | 468 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 D | brctl.c | 29 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 D | test_largefile.py | 226 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 D | mod.rs | 45 proxy_port: self.proxy.port(),
|
/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_net_proxy_adapter_wrapper.h | 35 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 D | mock_rtp_server.h | 28 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 D | iserver.h | 34 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 D | udp_socket.h | 30 bool Bind(const uint16_t port, const std::string &host, bool enableReuse = true,
|
H A D | tcp_socket.h | 30 bool Bind(const uint16_t port, const std::string &host, bool enableReuse = true,
|
H A D | base_socket.h | 31 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 D | mock_server.h | 28 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 D | skill_uri.h | 30 std::string port; member
|
/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | tcp_socket.h | 27 const quint16 port = 23495; variable
|
/foundation/communication/netmanager_base/frameworks/js/napi/connection/options/include/ |
H A D | net_address.h | 41 void SetPort(uint16_t port);
|
/foundation/communication/netmanager_ext/interfaces/innerkits/mdnsclient/include/ |
H A D | mdns_service_info.h | 39 int32_t port = -1; member
|
/foundation/communication/netstack/frameworks/js/napi/socket/options/include/ |
H A D | socket_remote_info.h | 36 void SetPort(uint16_t port);
|
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/include/coap_discover/ |
H A D | coap_client.h | 35 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 D | tls_client.h | 34 char *port;
member
|
/third_party/jerryscript/targets/riot-stm32f4/ |
H A D | Makefile | 45 USEMODULE += libjerry-core libjerry-port-default-minimal libjerry-ext
|