Home
last modified time | relevance | path

Searched refs:tcp_accept (Results 1 - 7 of 7) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dtcp.c219 static int tcp_accept(URLContext *s, URLContext **c) in tcp_accept() function
319 .url_accept = tcp_accept,
/third_party/lwip/src/include/lwip/
H A Daltcp.h168 #define altcp_accept tcp_accept
H A Dtcp.h423 void tcp_accept (struct tcp_pcb *pcb, tcp_accept_fn accept);
/third_party/lwip/src/core/
H A Daltcp_tcp.c296 tcp_accept(lpcb, altcp_tcp_accept); in altcp_tcp_listen()
H A Dtcp.c25 * - tcp_accept()
961 * the tcp_accept() function will be called. The pcb has to be bound
2257 tcp_accept(struct tcp_pcb *pcb, tcp_accept_fn accept) function
/third_party/lwip/src/api/
H A Dapi_msg.c1009 tcp_accept(tpcb, NULL);
1014 tcp_accept(tpcb, NULL);
1558 tcp_accept(msg->conn->pcb.tcp, accept_function);
/third_party/lwip/src/apps/lwiperf/
H A Dlwiperf.c730 tcp_accept(s->server_pcb, lwiperf_tcp_accept); in lwiperf_start_tcp_server_impl()

Completed in 11 milliseconds