Searched refs:tcp_arg (Results 1 - 7 of 7) sorted by relevance
/third_party/lwip/src/apps/lwiperf/ |
H A D | lwiperf.c | 256 tcp_arg(conn->conn_pcb, NULL); in lwiperf_tcp_close() 421 tcp_arg(newpcb, client_conn); in lwiperf_tx_start_impl() 627 tcp_arg(newpcb, conn); in lwiperf_tcp_accept() 729 tcp_arg(s->server_pcb, s); in lwiperf_start_tcp_server_impl()
|
/third_party/lwip/src/core/ |
H A D | altcp_tcp.c | 163 tcp_arg(tpcb, NULL); in altcp_tcp_remove_callbacks() 175 tcp_arg(tpcb, conn); in altcp_tcp_setup_callbacks()
|
H A D | tcp.c | 2168 tcp_arg(struct tcp_pcb *pcb, void *arg) function
|
/third_party/lwip/src/include/lwip/ |
H A D | altcp.h | 167 #define altcp_arg tcp_arg
|
H A D | tcp.h | 64 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 75 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 89 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 102 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 115 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 126 * @param arg Additional argument to pass to the callback function (@see tcp_arg()) 418 void tcp_arg (struct tcp_pcb *pcb, void *arg);
|
/third_party/lwip/src/api/ |
H A D | api_msg.c | 548 tcp_arg(pcb, conn); 610 tcp_arg(pcb, NULL); 1006 tcp_arg(tpcb, NULL); 1145 tcp_arg(tpcb, conn); 1557 tcp_arg(msg->conn->pcb.tcp, msg->conn);
|
/third_party/lwip/test/unit/tcp/ |
H A D | tcp_helper.c | 244 tcp_arg(pcb, counters); in test_tcp_new_counters_pcb()
|
Completed in 10 milliseconds