/third_party/libwebsockets/test-apps/ |
H A D | test-client.c | 596 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 D | subpicture.c | 147 static Status Validate(Display *dpy, XvPortID port, int surface_type_id, int xvimage_id) in Validate() argument
|
/third_party/node/src/ |
H A D | inspector_io.cc | 296 int port; in ThreadMain() local 305 port, in ThreadMain() local
|
H A D | inspector_js_api.cc | 285 uint32_t port = args[0].As<Uint32>()->Value(); in Open() local
|
H A D | node_options.cc | 1007 inline int ParseAndValidatePort(const std::string& port, in ParseAndValidatePort() argument [all...] |
/third_party/musl/porting/linux/user/src/network/ |
H A D | lookup.h | 41 uint16_t port; member
|
/third_party/musl/src/network/ |
H A D | lookup.h | 44 uint16_t port; member
|
/third_party/nghttp2/examples/ |
H A D | libevent-client.c | 573 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 D | shrpx_quic_connection_handler.cc | 463 std::array<char, NI_MAXSERV> port; in send_retry() local
|
H A D | util.h | 788 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 D | ares_update_servers.c | 504 unsigned short port = is_tcp ? s->tcp_port : s->udp_port; in ares__sconfig_get_port() local [all...] |
H A D | ares_getaddrinfo.c | 73 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 D | api_lib.c | 269 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 D | altcp.c | 303 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 D | altcp_tcp.c | 259 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 D | pppol2tp.c | 345 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 D | test_sockets.c | 694 const u16_t port = 1234; in START_TEST() local
|
/third_party/mesa3d/src/gallium/auxiliary/driver_rbug/ |
H A D | rbug_core.c | 791 uint16_t port = 13370; in rbug_thread() local
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | http_server.c | 219 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 D | bio_addr.c | 102 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 D | layout_mbuf_1_0.h | 88 uint8_t port; /**< Input port. */ member
|
H A D | layout_mbuf.h | 87 uint8_t port; /**< Input port. */ member
|
/third_party/openssl/crypto/bio/ |
H A D | bio_addr.c | 102 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 D | http_server.c | 219 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 D | VkDevice.cpp | 160 static auto port = getenv("VK_DEBUGGER_PORT"); local
|