Searched defs:tpcb (Results 1 - 12 of 12) sorted by relevance

/barrelfish-master/usr/echoserver/
H A Dtcpechoserver.c38 static void echo_server_close(struct tcp_pcb *tpcb) argument
51 static err_t echo_server_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, argument
139 static err_t echo_server_sent(void *arg, struct tcp_pcb *tpcb, u16_ argument
144 echo_server_accept(void *arg, struct tcp_pcb *tpcb, err_t err) argument
[all...]
/barrelfish-master/lib/lwip2/src/apps/tcpecho_raw/
H A Dtcpecho_raw.c84 tcpecho_raw_close(struct tcp_pcb *tpcb, struct tcpecho_raw_state *es) argument
98 tcpecho_raw_send(struct tcp_pcb *tpcb, struct tcpecho_raw_state *es) argument
146 tcpecho_raw_poll(void *arg, struct tcp_pcb *tpcb) argument
172 tcpecho_raw_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) argument
195 tcpecho_raw_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) argument
[all...]
/barrelfish-master/usr/bench/net_latency/elb/
H A Dtcp_server.c22 static void tcp_server_bm_close(struct tcp_pcb *tpcb) argument
35 static err_t tcp_server_bm_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, argument
70 static err_t tcp_server_bm_sent(void *arg, struct tcp_pcb *tpcb, u16_ argument
75 tcp_server_bm_accept(void *arg, struct tcp_pcb *tpcb, err_t err) argument
[all...]
/barrelfish-master/usr/bfscope/
H A Dbfscope.c69 static void bfscope_connection_close(struct tcp_pcb *tpcb) argument
84 struct tcp_pcb *tpcb = (struct tcp_pcb *)arg; local
113 static void bfscope_trace_send(struct tcp_pcb *tpcb) argument
155 send_cb(void *arg, struct tcp_pcb *tpcb, u16_t length) argument
241 recv_cb(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) argument
279 accept_cb(void *arg, struct tcp_pcb *tpcb, err_t err) argument
[all...]
/barrelfish-master/usr/block_server/
H A Dnetwork_server.c231 handle_block_read(struct block_net_service*c, struct tcp_pcb *tpcb, size_t start_block, size_t count, uint32_t reqid, struct bulk_continuation cont) argument
392 handle_init(struct block_net_service *c, struct tcp_pcb *tpcb, struct bulk_net_endpoint_descriptor* rx_ep, struct bulk_net_endpoint_descriptor* tx_ep) argument
525 handle_bad_request(struct block_net_service *c, struct tcp_pcb *tpcb) argument
560 bs_net_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) argument
615 bs_net_poll(void *arg, struct tcp_pcb *tpcb) argument
629 bs_net_accept(void *arg, struct tcp_pcb *tpcb, err_t err) argument
[all...]
H A Dnetwork_common.h98 struct tcp_pcb *tpcb; member in struct:block_net_service
/barrelfish-master/usr/netfile/
H A Dnetfile.c126 static err_t tcp_server_accept(void *arg, struct tcp_pcb *tpcb, err_t err) argument
/barrelfish-master/lib/lwip2/src/api/
H A Dapi_msg.c824 struct tcp_pcb* tpcb; local
[all...]
/barrelfish-master/lib/lwip/src/core/
H A Dtcp.c472 tcp_connect(struct tcp_pcb * pcb, struct ip_addr * ipaddr, u16_t port, err_t(*connected) (void *arg, struct tcp_pcb * tpcb, err_t err)) argument
1077 tcp_recv(struct tcp_pcb *pcb, err_t(*recv) (void *arg, struct tcp_pcb * tpcb, struct pbuf * p, err_t err)) argument
1092 tcp_sent(struct tcp_pcb *pcb, err_t(*sent) (void *arg, struct tcp_pcb * tpcb, u16_t len)) argument
1135 tcp_poll(struct tcp_pcb *pcb, err_t(*poll) (void *arg, struct tcp_pcb * tpcb), u8_t interval) argument
/barrelfish-master/lib/lwip2/src/apps/lwiperf/
H A Dlwiperf.c326 lwiperf_tcp_client_sent(void *arg, struct tcp_pcb *tpcb, u16_t len) argument
341 lwiperf_tcp_client_connected(void *arg, struct tcp_pcb *tpcb, err_t err) argument
406 lwiperf_tcp_recv(void *arg, struct tcp_pcb *tpcb, struct pbuf *p, err_t err) argument
518 lwiperf_tcp_poll(void *arg, struct tcp_pcb *tpcb) argument
[all...]
/barrelfish-master/usr/net_socket_server/
H A Dnet_sockets_server.c520 static err_t net_tcp_connected(void *arg, struct tcp_pcb *tpcb, err_t error) argument
H A Dlib_netss.c551 static err_t net_tcp_connected(void *arg, struct tcp_pcb *tpcb, err_t error) argument

Completed in 167 milliseconds