OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 01:09:49 GMT 2025