Home
last modified time | relevance | path

Searched defs:port (Results 526 - 550 of 908) sorted by relevance

1...<<21222324252627282930>>...37

/third_party/libwebsockets/test-apps/
H A Dtest-client.c596 int n = 0, m, ret = 0, port = 7681, use_ssl = 0, ietf_version = -1; in main() local
/third_party/mesa3d/src/gallium/frontends/xvmc/
H A Dsubpicture.c147 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id) in Validate() argument
/third_party/node/src/
H A Dinspector_io.cc296 int port; in ThreadMain() local
305 port, in ThreadMain() local
H A Dinspector_js_api.cc285 uint32_t port = args[0].As<Uint32>()->Value(); in Open() local
H A Dnode_options.cc1007 inline int ParseAndValidatePort(const std::string& port, in ParseAndValidatePort() argument
[all...]
/third_party/musl/porting/linux/user/src/network/
H A Dlookup.h41 uint16_t port; member
/third_party/musl/src/network/
H A Dlookup.h44 uint16_t port; member
/third_party/nghttp2/examples/
H A Dlibevent-client.c573 uint16_t port; in run() local
546 initiate_connection(struct event_base *evbase, SSL_CTX *ssl_ctx, const char *host, uint16_t port, http2_session_data *session_data) initiate_connection() argument
/third_party/nghttp2/src/
H A Dshrpx_quic_connection_handler.cc463 std::array<char, NI_MAXSERV> port; in send_retry() local
H A Dutil.h788 StringRef make_hostport(OutputIt first, const StringRef &host, uint16_t port) { in make_hostport() argument
819 make_http_hostport(OutputIt first, const StringRef &host, uint16_t port) make_http_hostport() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_update_servers.c504 unsigned short port = is_tcp ? s->tcp_port : s->udp_port; in ares__sconfig_get_port() local
[all...]
H A Dares_getaddrinfo.c73 unsigned short port; /* in host order */ member
244 static ares_bool_t fake_addrinfo(const char *name, unsigned short port, in fake_addrinfo() argument
542 unsigned short port = 0; in ares_getaddrinfo_int() local
[all...]
/third_party/lwip/src/api/
H A Dapi_lib.c269 netconn_getaddr(struct netconn *conn, ip_addr_t *addr, u16_t *port, u8_t local) in netconn_getaddr() argument
307 netconn_bind(struct netconn *conn, const ip_addr_t *addr, u16_t port) netconn_bind() argument
377 netconn_connect(struct netconn *conn, const ip_addr_t *addr, u16_t port) netconn_connect() argument
922 netconn_sendto(struct netconn *conn, struct netbuf *buf, const ip_addr_t *addr, u16_t port) netconn_sendto() argument
[all...]
/third_party/lwip/src/core/
H A Daltcp.c303 altcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_bind() argument
316 altcp_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_connect() argument
478 altcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_get_tcp_addrinfo() argument
552 altcp_default_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_default_bind() argument
661 altcp_default_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) altcp_default_get_tcp_addrinfo() argument
[all...]
H A Daltcp_tcp.c259 altcp_tcp_bind(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port) in altcp_tcp_bind() argument
271 altcp_tcp_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_tcp_connect() argument
488 altcp_tcp_get_tcp_addrinfo(struct altcp_pcb *conn, int local, ip_addr_t *addr, u16_t *port) in altcp_tcp_get_tcp_addrinfo() argument
/third_party/lwip/src/netif/ppp/
H A Dpppol2tp.c345 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) { in pppol2tp_input() argument
109 pppol2tp_create(struct netif *pppif, struct netif *netif, const ip_addr_t *ipaddr, u16_t port, const u8_t *secret, u8_t secret_len, ppp_link_status_cb_fn link_status_cb, void *ctx_cb) pppol2tp_create() argument
486 pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) pppol2tp_dispatch_control_packet() argument
[all...]
/third_party/lwip/test/unit/api/
H A Dtest_sockets.c694 const u16_t port = 1234; in START_TEST() local
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/
H A Drbug_core.c791 uint16_t port = 13370; in rbug_thread() local
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c219 BIO *http_server_init_bio(const char *prog, const char *port) in http_server_init_bio() argument
283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_addr.c102 BIO_ADDR_rawmake(BIO_ADDR *ap, int family, const void *where, size_t wherelen, unsigned short port) BIO_ADDR_rawmake() argument
576 addrinfo_wrap(int family, int socktype, const void *where, size_t wherelen, unsigned short port, BIO_ADDRINFO **bai) addrinfo_wrap() argument
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_mbuf_1_0.h88 uint8_t port; /**< Input port. */ member
H A Dlayout_mbuf.h87 uint8_t port; /**< Input port. */ member
/third_party/openssl/crypto/bio/
H A Dbio_addr.c102 BIO_ADDR_rawmake(BIO_ADDR *ap, int family, const void *where, size_t wherelen, unsigned short port) BIO_ADDR_rawmake() argument
576 addrinfo_wrap(int family, int socktype, const void *where, size_t wherelen, unsigned short port, BIO_ADDRINFO **bai) addrinfo_wrap() argument
/third_party/openssl/apps/lib/
H A Dhttp_server.c219 BIO *http_server_init_bio(const char *prog, const char *port) in http_server_init_bio() argument
283 http_server_get_asn1_req(const ASN1_ITEM *it, ASN1_VALUE **preq, char **ppath, BIO **pcbio, BIO *acbio, int *found_keep_alive, const char *prog, const char *port, int accept_get, int timeout) http_server_get_asn1_req() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDevice.cpp160 static auto port = getenv("VK_DEBUGGER_PORT"); local

Completed in 26 milliseconds

1...<<21222324252627282930>>...37