Home
last modified time | relevance | path

Searched defs:remote_addr (Results 1 - 25 of 32) sorted by relevance

12

/third_party/nghttp2/src/
H A Dshrpx_quic_listener.cc115 Address remote_addr; in on_read() local
H A Dshrpx_http3_upstream.h182 Address remote_addr; member
H A Dshrpx_quic_connection_handler.cc61 handle_packet(const UpstreamAddr *faddr, const Address &remote_addr, const Address &local_addr, const ngtcp2_pkt_info &pi, const uint8_t *data, size_t datalen) handle_packet() argument
367 handle_new_connection( const UpstreamAddr *faddr, const Address &remote_addr, const Address &local_addr, const ngtcp2_pkt_hd &hd, const ngtcp2_cid *odcid, const uint8_t *token, size_t tokenlen, ngtcp2_token_type token_type) handle_new_connection() argument
458 send_retry( const UpstreamAddr *faddr, uint32_t version, const uint8_t *ini_dcid, size_t ini_dcidlen, const uint8_t *ini_scid, size_t ini_scidlen, const Address &remote_addr, const Address &local_addr, size_t max_pktlen) send_retry() argument
537 send_version_negotiation( const UpstreamAddr *faddr, uint32_t version, const uint8_t *ini_dcid, size_t ini_dcidlen, const uint8_t *ini_scid, size_t ini_scidlen, const Address &remote_addr, const Address &local_addr) send_version_negotiation() argument
565 send_stateless_reset(const UpstreamAddr *faddr, const uint8_t *dcid, size_t dcidlen, const Address &remote_addr, const Address &local_addr) send_stateless_reset() argument
628 send_connection_close( const UpstreamAddr *faddr, uint32_t version, const ngtcp2_cid &ini_dcid, const ngtcp2_cid &ini_scid, const Address &remote_addr, const Address &local_addr, uint64_t error_code, size_t max_pktlen) send_connection_close() argument
731 handle_packet(const UpstreamAddr *faddr, const Address &remote_addr, const Address &local_addr, const ngtcp2_pkt_info &pi, const uint8_t *data, size_t datalen) handle_packet() argument
[all...]
H A Dshrpx_quic.cc258 generate_quic_hashed_connection_id(ngtcp2_cid &dest, const Address &remote_addr, const Address &local_addr, const ngtcp2_cid &cid) generate_quic_hashed_connection_id() argument
H A Dshrpx_worker.h276 Address remote_addr; member
H A Dh2load_quic.cc801 void Client::on_send_blocked(const ngtcp2_addr &remote_addr, in on_send_blocked() argument
325 quic_init(const sockaddr *local_addr, socklen_t local_addrlen, const sockaddr *remote_addr, socklen_t remote_addrlen) quic_init() argument
[all...]
H A Dshrpx_log.h267 StringRef remote_addr; member
H A Dshrpx_connection_handler.cc1020 forward_quic_packet( const UpstreamAddr *faddr, const Address &remote_addr, const Address &local_addr, const ngtcp2_pkt_info &pi, const uint8_t *cid_prefix, const uint8_t *data, size_t datalen) forward_quic_packet() argument
1104 forward_quic_packet_to_lingering_worker_process( QUICLingeringWorkerProcess *quic_lwp, const Address &remote_addr, const Address &local_addr, const ngtcp2_pkt_info &pi, const uint8_t *data, size_t datalen) forward_quic_packet_to_lingering_worker_process() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_path.c48 ngtcp2_path_storage_init(ngtcp2_path_storage *ps, const ngtcp2_sockaddr *local_addr, ngtcp2_socklen local_addrlen, const ngtcp2_sockaddr *remote_addr, ngtcp2_socklen remote_addrlen, void *user_data) ngtcp2_path_storage_init() argument
/third_party/libcoap/src/
H A Dcoap_tcp.c43 coap_socket_connect_tcp1(coap_socket_t *sock, const coap_address_t *local_if, const coap_address_t *server, int default_port, coap_address_t *local_addr, coap_address_t *remote_addr) global() argument
165 coap_socket_connect_tcp2(coap_socket_t *sock, coap_address_t *local_addr, coap_address_t *remote_addr) global() argument
299 coap_socket_accept_tcp(coap_socket_t *server, coap_socket_t *new_client, coap_address_t *local_addr, coap_address_t *remote_addr) global() argument
H A Dcoap_io_contiki.c107 coap_socket_connect_udp(coap_socket_t *sock, const coap_address_t *local_if, const coap_address_t *server, int default_port, coap_address_t *local_addr, coap_address_t *remote_addr) coap_socket_connect_udp() argument
H A Dcoap_io_lwip.c376 coap_socket_connect_udp(coap_socket_t *sock, const coap_address_t *local_if, const coap_address_t *server, int default_port, coap_address_t *local_addr, coap_address_t *remote_addr) coap_socket_connect_udp() argument
435 coap_socket_connect_tcp1(coap_socket_t *sock, const coap_address_t *local_if, const coap_address_t *server, int default_port, coap_address_t *local_addr, coap_address_t *remote_addr) coap_socket_connect_tcp1() argument
451 coap_socket_connect_tcp2(coap_socket_t *sock, coap_address_t *local_addr, coap_address_t *remote_addr) coap_socket_connect_tcp2() argument
471 coap_socket_accept_tcp(coap_socket_t *server, coap_socket_t *new_client, coap_address_t *local_addr, coap_address_t *remote_addr) coap_socket_accept_tcp() argument
H A Dcoap_io.c257 coap_socket_connect_udp(coap_socket_t *sock, const coap_address_t *local_if, const coap_address_t *server, int default_port, coap_address_t *local_addr, coap_address_t *remote_addr) global() argument
H A Dcoap_session.c519 coap_make_session(coap_proto_t proto, coap_session_type_t type, const coap_addr_hash_t *addr_hash, const coap_address_t *local_addr, const coap_address_t *remote_addr, int ifindex, coap_context_t *context, coap_endpoint_t *endpoint) coap_make_session() argument
1985 coap_session_get_by_peer(const coap_context_t *ctx, const coap_address_t *remote_addr, int ifindex) coap_session_get_by_peer() argument
/third_party/ltp/testcases/kernel/syscalls/bind/
H A Dbind05.c122 struct sockaddr_storage listen_addr, remote_addr; in test_bind() local
H A Dbind04.c108 struct sockaddr_storage listen_addr, remote_addr; in test_bind() local
/third_party/curl/lib/vquic/
H A Dvquic.c343 struct sockaddr_storage remote_addr[MMSG_NUM]; in recvmmsg_packets() local
418 struct sockaddr_storage remote_addr; in recvmsg_packets() local
483 struct sockaddr_storage remote_addr; in recvfrom_packets() local
[all...]
H A Dcurl_quiche.c541 recv_pkt(const unsigned char *pkt, size_t pktlen, struct sockaddr_storage *remote_addr, socklen_t remote_addrlen, int ecn, void *userp) recv_pkt() argument
H A Dcurl_ngtcp2.c1546 recv_pkt(const unsigned char *pkt, size_t pktlen, struct sockaddr_storage *remote_addr, socklen_t remote_addrlen, int ecn, void *userp) recv_pkt() argument
/third_party/curl/lib/
H A Dkrb5.c211 struct sockaddr_in *remote_addr = in krb5_auth() local
H A Dtftp.c135 struct Curl_sockaddr_storage remote_addr; member
[all...]
/third_party/lwip/src/apps/lwiperf/
H A Dlwiperf.c129 ip_addr_t remote_addr; member
393 ip_addr_t remote_addr; in lwiperf_tx_start_impl() local
744 void* lwiperf_start_tcp_client_default(const ip_addr_t* remote_addr, in lwiperf_start_tcp_client_default() argument
758 void* lwiperf_start_tcp_client(const ip_addr_t* remote_addr, u16_t remote_port, in lwiperf_start_tcp_client() argument
[all...]
/third_party/lwip/test/sockets/
H A Dsockets_stresstest.c563 sockets_stresstest_start_clients(const struct sockaddr_storage *remote_addr) in sockets_stresstest_start_clients() argument
/third_party/node/deps/ngtcp2/ngtcp2/crypto/
H A Dshared.c896 ngtcp2_crypto_generate_retry_token( uint8_t *token, const uint8_t *secret, size_t secretlen, uint32_t version, const ngtcp2_sockaddr *remote_addr, ngtcp2_socklen remote_addrlen, const ngtcp2_cid *retry_scid, const ngtcp2_cid *odcid, ngtcp2_tstamp ts) ngtcp2_crypto_generate_retry_token() argument
973 ngtcp2_crypto_verify_retry_token( ngtcp2_cid *odcid, const uint8_t *token, size_t tokenlen, const uint8_t *secret, size_t secretlen, uint32_t version, const ngtcp2_sockaddr *remote_addr, ngtcp2_socklen remote_addrlen, const ngtcp2_cid *dcid, ngtcp2_duration timeout, ngtcp2_tstamp ts) ngtcp2_crypto_verify_retry_token() argument
1079 ngtcp2_crypto_generate_regular_token( uint8_t *token, const uint8_t *secret, size_t secretlen, const ngtcp2_sockaddr *remote_addr, ngtcp2_socklen remote_addrlen, ngtcp2_tstamp ts) ngtcp2_crypto_generate_regular_token() argument
1150 ngtcp2_crypto_verify_regular_token(const uint8_t *token, size_t tokenlen, const uint8_t *secret, size_t secretlen, const ngtcp2_sockaddr *remote_addr, ngtcp2_socklen remote_addrlen, ngtcp2_duration timeout, ngtcp2_tstamp ts) ngtcp2_crypto_verify_regular_token() argument
/third_party/lwip/src/apps/http/
H A Dhttp_client.c136 ip_addr_t remote_addr; member

Completed in 32 milliseconds

12