OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:netl
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/netinet/
sctp_input.c
1683
struct sctp_nets *
netl
;
local in function:sctp_handle_cookie_echo
2042
netl
= sctp_findnet(*stcb, to);
2045
if (
netl
== NULL) {
2050
netl
= sctp_findnet(*stcb, to);
2052
if (
netl
) {
2053
if (
netl
->dest_state & SCTP_ADDR_UNCONFIRMED) {
2054
netl
->dest_state &= ~SCTP_ADDR_UNCONFIRMED;
2056
netl
);
2058
(*stcb), 0, (void *)
netl
);
Completed in 14 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025