Home
last modified time | relevance | path

Searched refs:tcp_arg (Results 1 – 7 of 7) sorted by relevance

/third_party/lwip/src/apps/lwiperf/
Dlwiperf.c256 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/
Daltcp_tcp.c163 tcp_arg(tpcb, NULL); in altcp_tcp_remove_callbacks()
175 tcp_arg(tpcb, conn); in altcp_tcp_setup_callbacks()
Dtcp.c2168 tcp_arg(struct tcp_pcb *pcb, void *arg) function
/third_party/lwip/src/include/lwip/
Daltcp.h167 #define altcp_arg tcp_arg
Dtcp.h418 void tcp_arg (struct tcp_pcb *pcb, void *arg);
/third_party/lwip/src/api/
Dapi_msg.c548 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/
Dtcp_helper.c244 tcp_arg(pcb, counters); in test_tcp_new_counters_pcb()