HomeSort by relevance Sort by last modified time
    Searched full:tcpcb (Results 1 - 20 of 20) sorted by null

  /external/qemu/slirp/
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, tcp_seq, int));
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)
    [all...]
tcp_timer.c 41 static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer);
50 register struct tcpcb *tp;
57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
75 register struct tcpcb *tp;
116 tcp_canceltimers(struct tcpcb *tp)
130 static struct tcpcb *
131 tcp_timers(register struct tcpcb *tp, int timer)
tcp_subr.c 65 tcp_template(struct tcpcb *tp)
103 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
178 struct tcpcb *
181 register struct tcpcb *tp;
183 tp = (struct tcpcb *)malloc(sizeof(*tp));
185 return ((struct tcpcb *)0);
187 memset((char *) tp, 0, sizeof(struct tcpcb));
221 struct tcpcb *tcp_drop(struct tcpcb *tp, int err)
224 register struct tcpcb *tp
    [all...]
tcp_timer.h 127 struct tcpcb;
131 void tcp_canceltimers _P((struct tcpcb *));
socket.h 43 struct tcpcb *so_tcpcb; /* pointer to TCP protocol control block */
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,
240 register struct tcpcb *tp = NULL;
    [all...]
tcp_var.h 42 struct tcpcb { struct
tcp_output.c 67 tcp_output(struct tcpcb *tp)
584 tcp_setpersist(struct tcpcb *tp)
slirp.c 866 static void slirp_tcp_save(QEMUFile *f, struct tcpcb *tp)
959 static void slirp_tcp_load(QEMUFile *f, struct tcpcb *tp)
socket.c 267 struct tcpcb *tp = sototcpcb(so);
  /external/qemu/slirp-android/
slirp.h 244 int tcp_mss _P((register struct tcpcb *, u_int));
247 int tcp_output _P((register struct tcpcb *));
248 void tcp_setpersist _P((register struct tcpcb *));
252 void tcp_template _P((struct tcpcb *));
253 void tcp_respond _P((struct tcpcb *, register struct tcpiphdr *, register struct mbuf *, tcp_seq, tcp_seq, int));
254 struct tcpcb * tcp_newtcpcb _P((struct socket *));
255 struct tcpcb * tcp_close _P((register struct tcpcb *));
256 void tcp_sockclosed _P((struct tcpcb *));
263 struct tcpcb *tcp_drop(struct tcpcb *tp, int err)
    [all...]
tcp_timer.c 41 static struct tcpcb *tcp_timers(register struct tcpcb *tp, int timer);
50 register struct tcpcb *tp;
57 if ((tp = (struct tcpcb *)so->so_tcpcb) &&
75 register struct tcpcb *tp;
116 tcp_canceltimers(struct tcpcb *tp)
130 static struct tcpcb *
131 tcp_timers(register struct tcpcb *tp, int timer)
tcp_subr.c 67 tcp_template(struct tcpcb *tp)
105 tcp_respond(struct tcpcb *tp, struct tcpiphdr *ti, struct mbuf *m,
180 struct tcpcb *
183 register struct tcpcb *tp;
185 tp = (struct tcpcb *)malloc(sizeof(*tp));
187 return ((struct tcpcb *)0);
189 memset((char *) tp, 0, sizeof(struct tcpcb));
223 struct tcpcb *tcp_drop(struct tcpcb *tp, int err)
226 register struct tcpcb *tp
    [all...]
tcp_timer.h 127 struct tcpcb;
131 void tcp_canceltimers _P((struct tcpcb *));
socket.h 44 struct tcpcb *so_tcpcb; /* pointer to TCP protocol control block */
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,
240 register struct tcpcb *tp = NULL;
    [all...]
tcp_var.h 47 struct tcpcb { struct
tcp_output.c 67 tcp_output(struct tcpcb *tp)
584 tcp_setpersist(struct tcpcb *tp)
slirp.c     [all...]
socket.c 275 struct tcpcb *tp = sototcpcb(so);

Completed in 1345 milliseconds