Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_usrreq.c1557 tp->iss = tcp_new_isn(tp); in tcp_connect()
1692 tp->iss = tcp_new_isn(tp); in tcp6_connect()
H A Dtcp_var.h1894 extern tcp_seq tcp_new_isn(struct tcpcb *tp);
H A Dtcp_input.c3564 tp->iss = tcp_new_isn(tp); in tcp_input()
4441 iss = tcp_new_isn(tp); in tcp_input()
H A Dtcp_subr.c2761 tcp_new_isn(struct tcpcb *tp) in tcp_new_isn() function