Home
last modified time | relevance | path

Searched defs:fd_pair (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/core/network_benchmarks/
H A Dlow_level_ping_pong.cc50 typedef struct fd_pair { struct
53 } fd_pair; argument
/aosp_15_r20/external/toybox/toys/pending/
H A Ddhcp.c195 struct fd_pair { int rd; int wr; }; argument
H A Ddhcpd.c302 struct fd_pair { int rd; int wr; }; struct
/aosp_15_r20/external/libevent/test/
H A Dregress_ssl.c430 evutil_socket_t *fd_pair, struct bufferevent **underlying_pair, in open_ssl_bufevs()
466 evutil_socket_t *fd_pair = NULL; in regress_bufferevent_openssl() local
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dhost_server.cc67 const PipeConnectionPair& fd_pair) in HostServer()