Home
last modified time | relevance | path

Searched refs:tcpcb (Results 1 – 21 of 21) sorted by relevance

/original-bsd/sys/netinet/
H A Dtcp_var.h17 struct tcpcb { struct
217 struct tcpcb *
218 tcp_close __P((struct tcpcb *));
221 struct tcpcb *
223 struct tcpcb *
224 tcp_drop __P((struct tcpcb *, int));
232 struct tcpcb *
235 int tcp_output __P((struct tcpcb *));
245 tcp_template __P((struct tcpcb *));
246 struct tcpcb *
[all …]
H A Dtcp_subr.c66 struct tcpcb *tp; in tcp_template()
113 struct tcpcb *tp; in tcp_respond()
180 struct tcpcb *
184 register struct tcpcb *tp;
188 return ((struct tcpcb *)0);
218 struct tcpcb *
220 register struct tcpcb *tp; in tcp_drop()
243 struct tcpcb *
245 register struct tcpcb *tp; in tcp_close()
339 return ((struct tcpcb *)0);
[all …]
H A Dtcp_timer.c54 register struct tcpcb *tp; in tcp_fasttimo()
60 if ((tp = (struct tcpcb *)inp->inp_ppcb) && in tcp_fasttimo()
79 register struct tcpcb *tp; in tcp_slowtimo()
127 struct tcpcb *tp; in tcp_canceltimers()
143 struct tcpcb *
145 register struct tcpcb *tp; in tcp_timers()
H A Dtcp_usrreq.c54 register struct tcpcb *tp;
331 register struct tcpcb *tp;
413 register struct tcpcb *tp;
447 struct tcpcb *
449 register struct tcpcb *tp; in tcp_disconnect()
477 struct tcpcb *
479 register struct tcpcb *tp; in tcp_usrclosed()
H A Dtcp_debug.h17 struct tcpcb td_cb;
H A Dtcp_debug.c51 struct tcpcb *tp;
H A Dtcp_input.c82 register struct tcpcb *tp; in tcp_reass()
198 register struct tcpcb *tp = 0;
1310 struct tcpcb *tp; in tcp_dooptions()
1395 struct tcpcb *tp = sototcpcb(so);
1417 register struct tcpcb *tp; in tcp_xmit_timer()
1502 register struct tcpcb *tp; in tcp_mss()
H A Dtcp_output.c47 register struct tcpcb *tp; in tcp_output()
563 register struct tcpcb *tp; in tcp_setpersist()
/original-bsd/sys/deprecated/bbnnet/
H A Dtcp_states.c44 register struct tcpcb *tp = wp->w_tcb;
64 register struct tcpcb *tp;
115 register struct tcpcb *tp = wp->w_tcb;
133 register struct tcpcb *tp = wp->w_tcb;
174 register struct tcpcb *tp = wp->w_tcb;
191 register struct tcpcb *tp;
196 struct tcpcb *newtp;
250 newtp = (struct tcpcb *) newinp->inp_ppcb;
352 register struct tcpcb *tp = wp->w_tcb;
396 register struct tcpcb *tp = wp->w_tcb;
[all …]
H A Dtcp_usrreq.c84 struct tcpcb *tcp_newtcpcb(inp) in tcp_newtcpcb()
87 register struct tcpcb *tp;
93 tp = mtod(m, struct tcpcb *);
237 struct tcpcb *tp;
351 register struct tcpcb *tp;
715 struct tcpcb *tp;
783 register struct tcpcb *tp; in tcp_disconnect()
841 struct tcpcb *t;
856 struct tcpcb *t;
882 struct tcpcb *t;
[all …]
H A Dtcp_prim.c41 struct tcpcb *tp; in tcp_template()
72 register struct tcpcb *tp; in send_pkt()
295 register struct tcpcb *tp; in firstempty()
310 register struct tcpcb *tp; in tcp_timeo()
364 register struct tcpcb *tp; in tcp_opt()
420 register struct tcpcb *tp; in tcp_drain()
425 tp = (struct tcpcb *)inp->inp_ppcb; in tcp_drain()
H A Dtcp.h41 struct tcpcb { /* tcp control block */ struct
170 struct tcpcb t_tcb; /* -> tcb */ argument
205 #define inptotcpcb(inp) ((struct tcpcb *)((inp)->inp_ppcb))
H A Dtcp_procs.c44 register struct tcpcb *tp;
46 if (tp = (struct tcpcb *) inp->inp_ppcb)
91 register struct tcpcb *tp; in t_close()
134 register struct tcpcb *tp; in send_tcp()
544 register struct tcpcb *tp; in rcv_tcp()
732 register struct tcpcb *tp; in rcv_text()
972 register struct tcpcb *tp; in send_rst()
1040 struct tcpcb *tp; in extract_oob()
1160 register struct tcpcb *tp; in present_data()
H A Dtcp_input.c158 register struct tcpcb *t;
238 if ((inp != NULL) && ((t = (struct tcpcb *)inp->inp_ppcb) != NULL))
430 register struct tcpcb *tp;
448 register struct tcpcb *tp; in tcp_debug()
H A Dnet.h42 struct tcpcb *w_tcb; /* -> tcb for entry */
/original-bsd/usr.sbin/trpt/
H A Dtrpt.c221 dotrace(tcpcb) in dotrace() argument
222 register caddr_t tcpcb; in dotrace()
232 if (tcpcb && td->td_tcb != tcpcb)
242 if (tcpcb && td->td_tcb != tcpcb)
277 struct tcpcb *atp, *tp;
/original-bsd/usr.bin/netstat/
H A Dinet.c46 struct tcpcb tcpcb; variable
91 (char *)&tcpcb, sizeof (tcpcb));
117 if (tcpcb.t_state < 0 || tcpcb.t_state >= TCP_NSTATES)
118 printf(" %d", tcpcb.t_state);
120 printf(" %s", tcpstates[tcpcb.t_state]);
/original-bsd/usr.bin/systat/
H A Dnetstat.c143 struct tcpcb tcpcb; in fetchnetstat() local
184 KREAD(inpcb.inp_ppcb, &tcpcb, sizeof (tcpcb)); in fetchnetstat()
185 enter(&inpcb, &sockb, tcpcb.t_state, "tcp"); in fetchnetstat()
/original-bsd/sys/netiso/
H A Dtuba_subr.c99 struct tcpcb *tp;
175 struct tcpcb *tp = intotcpcb(inp);
219 register struct tcpcb *tp = 0;
H A Dtuba_usrreq.c62 register struct tcpcb *tp;
/original-bsd/old/adb/common_scripts/
H A DMakefile9 rusage setproc setproc.done socket spp sppcb stat tcpcb tcpip \