Home
last modified time | relevance | path

Searched refs:tcp_new_isn (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_usrreq.c1506 tp->iss = tcp_new_isn(tp); in tcp_connect()
1638 tp->iss = tcp_new_isn(tp); in tcp6_connect()
H A Dtcp_var.h1682 tcp_seq tcp_new_isn(struct tcpcb *);
H A Dtcp_input.c3308 tp->iss = tcp_new_isn(tp); in tcp_input()
4035 iss = tcp_new_isn(tp); in tcp_input()
H A Dtcp_subr.c2727 tcp_new_isn(struct tcpcb *tp) in tcp_new_isn() function