Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp.h259 u_int8_t tcpi_snd_wscale; /* Window scale for send window */ member
H A Dtcp_private.h208 u_int8_t tcpi_snd_wscale; /* RFC1323 send shift value. */ member
H A Dtcp_usrreq.c1771 ti->tcpi_snd_wscale = tp->snd_scale; in tcp_fill_info()
2060 tci->tcpi_snd_wscale = tp->snd_scale; in tcp_connection_fill_info()
/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1373 sf->sf_lwscale = tcpi->tcpi_snd_wscale; in necp_client_collect_aop_flow_stats()