Home
last modified time | relevance | path

Searched defs:port (Results 376 - 400 of 844) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/node/src/
H A Djs_udp_wrap.cc158 int port = args[3].As<Int32>()->Value(); in EmitReceived() local
H A Dnode_sockaddr-inl.h123 int SocketAddress::port() const { in port() function in node::SocketAddress
H A Dnode_win32_etw_provider-inl.h121 NODE_HTTP_SERVER_REQUEST(node_dtrace_http_server_request_t* req, node_dtrace_connection_t* conn, const char* remote, int port, const char* method, const char* url, int fd) NODE_HTTP_SERVER_REQUEST() argument
131 NODE_HTTP_SERVER_RESPONSE(node_dtrace_connection_t* conn, const char* remote, int port, int fd) NODE_HTTP_SERVER_RESPONSE() argument
139 NODE_HTTP_CLIENT_REQUEST(node_dtrace_http_client_request_t* req, node_dtrace_connection_t* conn, const char* remote, int port, const char* method, const char* url, int fd) NODE_HTTP_CLIENT_REQUEST() argument
149 NODE_HTTP_CLIENT_RESPONSE(node_dtrace_connection_t* conn, const char* remote, int port, int fd) NODE_HTTP_CLIENT_RESPONSE() argument
157 NODE_NET_SERVER_CONNECTION(node_dtrace_connection_t* conn, const char* remote, int port, int fd) NODE_NET_SERVER_CONNECTION() argument
165 NODE_NET_STREAM_END(node_dtrace_connection_t* conn, const char* remote, int port, int fd) NODE_NET_STREAM_END() argument
H A Dtcp_wrap.cc251 int port; in Bind() local
298 int port = static_cast<int>(args[2].As<Uint32>()->Value()); in Connect() local
309 int port; in Connect6() local
241 Bind( const FunctionCallbackInfo<Value>& args, int family, std::function<int(const char* ip_address, int port, T* addr)> uv_ip_addr) Bind() argument
348 int port = args[2]->Uint32Value(env->context()).FromJust(); Connect() local
355 port); Connect() local
394 int port; AddressToJS() local
[all...]
/third_party/musl/src/network/
H A Dgetnameinfo.c108 static void reverse_services(char *buf, int port, int dgram) in reverse_services() argument
215 int port = ntohs(((struct sockaddr_in *)sa)->sin_port); in getnameinfo() local
/third_party/musl/porting/linux/user/src/network/
H A Dgetnameinfo.c107 static void reverse_services(char *buf, int port, int dgram) in reverse_services() argument
212 int port = ntohs(((struct sockaddr_in *)sa)->sin_port); in getnameinfo() local
/third_party/musl/porting/liteos_a/user/src/network/
H A Dgetnameinfo.c85 static void reverse_services(char *buf, int port, int dgram) in reverse_services() argument
188 int port = ntohs(((struct sockaddr_in *)sa)->sin_port); in getnameinfo() local
/third_party/node/deps/cares/src/lib/
H A Dares_getnameinfo.c97 unsigned short port = 0; in ares_getnameinfo_int() local
274 static char *lookup_service(unsigned short port, unsigned int flags, char *buf, in lookup_service() argument
[all...]
/third_party/ltp/testcases/network/sctp/
H A Dsctp_big_chunk.c32 static int port; variable
/third_party/ltp/testcases/network/stress/route/
H A Droute-change-netlink.c28 static int fd, num_loops, port; variable
/third_party/lwip/src/apps/http/
H A Daltcp_proxyconnect.c103 altcp_proxyconnect_format_request(char *buffer, size_t bufsize, const char *host, int port) in altcp_proxyconnect_format_request() argument
459 altcp_proxyconnect_connect(struct altcp_pcb *conn, const ip_addr_t *ipaddr, u16_t port, altcp_connected_fn connected) in altcp_proxyconnect_connect() argument
/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
/third_party/lwip/src/apps/snmp/
H A Dsnmp_mib2_udp.c250 u16_t port; in udp_Table_get_cell_value() local
/third_party/lwip/src/apps/tftp/
H A Dtftp_server.c85 u16_t port; member
118 send_error(const ip_addr_t *addr, u16_t port, enum tftp_error code, const char *str) in send_error() argument
204 recv(void *arg, struct udp_pcb *upcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) in recv() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
H A Dminimal-ws-client-spam.c38 static int interrupted, port = 443, ssl_connection = LCCSCF_USE_SSL; variable
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp142 static int port = 0; variable
/third_party/lwip/src/include/lwip/priv/
H A Dapi_msg.h96 u16_t port; member
/third_party/lwip/src/netif/
H A Dbridgeif.c332 bridgeif_port_t *port; bridgeif_input() local
527 bridgeif_port_t *port; bridgeif_add_port() local
[all...]
/third_party/lwip/src/netif/ppp/
H A Dpppapi.c236 pppapi_pppol2tp_create(struct netif *pppif, struct netif *netif, ip_addr_t *ipaddr, u16_t port, in pppapi_pppol2tp_create() argument
/third_party/lwip/test/unit/udp/
H A Dtest_udp.c172 test_udp_create_test_packet(u16_t length, u16_t port, u32_t dst_addr) in test_udp_create_test_packet() argument
216 const u16_t port = 12345; in START_TEST() local
152 test_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) test_recv() argument
[all...]
/third_party/musl/Benchmark/musl/
H A Dsocket_test.cpp245 static int ConnectTo(const char *host, const char *port, int socktype, struct addrinfo *addr) in ConnectTo() argument
291 static int BindAt(const char *port) in BindAt() argument
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h278 const char *port; member
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_sock.c269 char *port = BIO_ADDR_service_string(&res, 1); in BIO_accept() local
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_lib.c54 const char *port, *port_end; in OSSL_parse_url() local
196 char *scheme, *port; OSSL_HTTP_parse_url() local
[all...]
/third_party/node/deps/openssl/openssl/apps/lib/
H A Ds_socket.c77 int init_client(int *sock, const char *host, const char *port, in init_client() argument
259 int do_server(int *accept_sock, const char *host, const char *port, in do_server() argument
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...34