/external/qemu/slirp-android/ |
D | slirp.h | 245 int tcp_mss _P((register struct tcpcb *, u_int)); 248 int tcp_output _P((register struct tcpcb *)); 249 void tcp_setpersist _P((register struct tcpcb *)); 253 void tcp_template _P((struct tcpcb *)); 254 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, t… 255 struct tcpcb * tcp_newtcpcb _P((struct socket *)); 256 struct tcpcb * tcp_close _P((register struct tcpcb *)); 257 void tcp_sockclosed _P((struct tcpcb *)); 264 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
|
D | tcp_timer.c | 41 static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer); 50 register struct tcpcb *tp; in tcp_fasttimo() 57 if ((tp = (struct tcpcb *)so->so_tcpcb) && in tcp_fasttimo() 75 register struct tcpcb *tp; in tcp_slowtimo() 116 tcp_canceltimers(struct tcpcb *tp) in tcp_canceltimers() 130 static struct tcpcb * 131 tcp_timers(register struct tcpcb *tp, int timer) in tcp_timers()
|
D | tcp_subr.c | 67 tcp_template(struct tcpcb *tp) in tcp_template() 105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, in tcp_respond() 180 struct tcpcb * 183 register struct tcpcb *tp; in tcp_newtcpcb() 185 tp = (struct tcpcb *)malloc(sizeof(*tp)); in tcp_newtcpcb() 187 return ((struct tcpcb *)0); in tcp_newtcpcb() 189 memset((char *) tp, 0, sizeof(struct tcpcb)); in tcp_newtcpcb() 223 struct tcpcb *tcp_drop(struct tcpcb *tp, int err) in tcp_drop() 254 struct tcpcb * 255 tcp_close(struct tcpcb *tp) in tcp_close() [all …]
|
D | tcp_timer.h | 127 struct tcpcb; 131 void tcp_canceltimers _P((struct tcpcb *));
|
D | tcp_input.c | 111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, 113 static void tcp_xmit_timer(register struct tcpcb *tp, int rtt); 116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti, in tcp_reass() 240 register struct tcpcb *tp = NULL; in tcp_input() 1504 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) in tcp_dooptions() 1591 struct tcpcb *tp = sototcpcb(so); 1615 tcp_xmit_timer(register struct tcpcb *tp, int rtt) in tcp_xmit_timer() 1703 tcp_mss(struct tcpcb *tp, u_int offer) in tcp_mss()
|
D | socket.h | 44 struct tcpcb *so_tcpcb; /* pointer to TCP protocol control block */
|
D | tcp_output.c | 67 tcp_output(struct tcpcb *tp) 584 tcp_setpersist(struct tcpcb *tp)
|
D | tcp_var.h | 47 struct tcpcb { struct
|
D | slirp.c | 1269 static void slirp_tcp_save(QEMUFile *f, struct tcpcb *tp) in slirp_tcp_save() 1362 static void slirp_tcp_load(QEMUFile *f, struct tcpcb *tp) in slirp_tcp_load()
|
D | socket.c | 275 struct tcpcb *tp = sototcpcb(so); in sorecvoob()
|
/external/qemu/slirp/ |
D | slirp.h | 294 int tcp_mss _P((register struct tcpcb *, u_int)); 297 int tcp_output _P((register struct tcpcb *)); 298 void tcp_setpersist _P((register struct tcpcb *)); 302 void tcp_template _P((struct tcpcb *)); 303 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, t… 304 struct tcpcb * tcp_newtcpcb _P((struct socket *)); 305 struct tcpcb * tcp_close _P((register struct tcpcb *)); 306 void tcp_sockclosed _P((struct tcpcb *)); 313 struct tcpcb *tcp_drop(struct tcpcb *tp, int err);
|
D | tcp_timer.c | 41 static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer); 50 register struct tcpcb *tp; in tcp_fasttimo() 57 if ((tp = (struct tcpcb *)so->so_tcpcb) && in tcp_fasttimo() 75 register struct tcpcb *tp; in tcp_slowtimo() 116 tcp_canceltimers(struct tcpcb *tp) in tcp_canceltimers() 130 static struct tcpcb * 131 tcp_timers(register struct tcpcb *tp, int timer) in tcp_timers()
|
D | tcp_subr.c | 65 tcp_template(struct tcpcb *tp) in tcp_template() 103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m, in tcp_respond() 178 struct tcpcb * 181 register struct tcpcb *tp; in tcp_newtcpcb() 183 tp = (struct tcpcb *)malloc(sizeof(*tp)); in tcp_newtcpcb() 185 return ((struct tcpcb *)0); in tcp_newtcpcb() 187 memset((char *) tp, 0, sizeof(struct tcpcb)); in tcp_newtcpcb() 221 struct tcpcb *tcp_drop(struct tcpcb *tp, int err) in tcp_drop() 252 struct tcpcb * 253 tcp_close(struct tcpcb *tp) in tcp_close() [all …]
|
D | tcp_timer.h | 127 struct tcpcb; 131 void tcp_canceltimers _P((struct tcpcb *));
|
D | tcp_input.c | 111 static void tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, 113 static void tcp_xmit_timer(register struct tcpcb *tp, int rtt); 116 tcp_reass(register struct tcpcb *tp, register struct tcpiphdr *ti, in tcp_reass() 240 register struct tcpcb *tp = NULL; in tcp_input() 1498 tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcpiphdr *ti) in tcp_dooptions() 1585 struct tcpcb *tp = sototcpcb(so); 1609 tcp_xmit_timer(register struct tcpcb *tp, int rtt) in tcp_xmit_timer() 1697 tcp_mss(struct tcpcb *tp, u_int offer) in tcp_mss()
|
D | socket.h | 43 struct tcpcb *so_tcpcb; /* pointer to TCP protocol control block */
|
D | tcp_output.c | 67 tcp_output(struct tcpcb *tp) 584 tcp_setpersist(struct tcpcb *tp)
|
D | tcp_var.h | 42 struct tcpcb { struct
|
D | slirp.c | 866 static void slirp_tcp_save(QEMUFile *f, struct tcpcb *tp) in slirp_tcp_save() 959 static void slirp_tcp_load(QEMUFile *f, struct tcpcb *tp) in slirp_tcp_load()
|
D | socket.c | 267 struct tcpcb *tp = sototcpcb(so); in sorecvoob()
|