Home
last modified time | relevance | path

Searched refs:tcb (Results 1 – 8 of 8) sorted by relevance

/original-bsd/sys/netinet/
H A Dtcp_timer.c57 inp = tcb.inp_next; in tcp_fasttimo()
59 for (; inp != &tcb; inp = inp->inp_next) in tcp_fasttimo()
87 ip = tcb.inp_next; in tcp_slowtimo()
92 for (; ip != &tcb; ip = ipnxt) { in tcp_slowtimo()
H A Dtcp_subr.c51 tcb.inp_next = tcb.inp_prev = &tcb; in tcp_init()
336 tcp_last_inpcb = &tcb;
400 in_pcbnotify(&tcb, sa, th->th_dport, ip->ip_src, th->th_sport,
403 in_pcbnotify(&tcb, sa, 0, zeroin_addr, 0, cmd, notify);
H A Dtcp_var.h211 struct inpcb tcb; /* head of queue of active tcpcb's */ variable
H A Dtcp_usrreq.c422 error = in_pcballoc(so, &tcb);
H A Dtcp_input.c40 struct inpcb *tcp_last_inpcb = &tcb;
298 inp = in_pcblookup(&tcb, ti->ti_src, ti->ti_sport,
/original-bsd/games/rain/
H A Drain.c51 char *TI, *tcp, *mp, tcb[100], local
69 tcp = tcb;
/original-bsd/games/worms/
H A Dworms.c173 char *field, tcb[100], *mp; local
222 tcp = tcb;
/original-bsd/sys/netiso/
H A Dtuba_subr.c313 #define tcb tuba_inpcb macro