Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/netinet/
H A Dtcp_usrreq.c1519 tp->iss = tcp_new_isn(tp); in tcp_connect()
1651 tp->iss = tcp_new_isn(tp); in tcp6_connect()
H A Dtcp_var.h1687 tcp_seq tcp_new_isn(struct tcpcb *);
H A Dtcp_input.c3313 tp->iss = tcp_new_isn(tp); in tcp_input()
4040 iss = tcp_new_isn(tp); in tcp_input()
H A Dtcp_subr.c2749 tcp_new_isn(struct tcpcb *tp) in tcp_new_isn() function