Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_output.c3085 int xlen = len; in tcp_output() local
3087 ++xlen; in tcp_output()
3091 ++xlen; in tcp_output()
3094 if (SEQ_GT(tp->snd_nxt + xlen, tp->snd_max)) { in tcp_output()