HomeSort by: relevance | last modified time | path
    Searched defs:urp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
tcp_output.c 1387 u_int32_t urp = tp->snd_up - tp->snd_nxt; local in function:tcp_output
1388 if (urp > IP_MAXPACKET)
1389 urp = IP_MAXPACKET;
1390 th->th_urp = htons((u_int16_t)urp);
tcp_output.c 1387 u_int32_t urp = tp->snd_up - tp->snd_nxt; local in function:tcp_output
1388 if (urp > IP_MAXPACKET)
1389 urp = IP_MAXPACKET;
1390 th->th_urp = htons((u_int16_t)urp);

Completed in 24 milliseconds