Home | History | Annotate | Download | only in slirp

Lines Matching refs:tp

159 #define tcp_rcvseqinit(tp) \
160 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
162 #define tcp_sendseqinit(tp) \
163 (tp)->snd_una = (tp)->snd_nxt = (tp)->snd_max = (tp)->snd_up = (tp)->iss