OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:port_guess
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.c
1765
uint32_t
port_guess
;
local
1770
port_guess
= sctp_select_initial_TSN(&inp->sctp_ep);
1771
port_attempt = (
port_guess
& 0x0000ffff);
1786
port_attempt = ((
port_guess
>> 16) & 0x0000ffff);
1800
port_attempt = (((
port_guess
>> 16) & 0x0000ffff) + (
port_guess
& 0x0000ffff));
Completed in 50 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026