OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_PCB_FLAGS_AUTO_ASCONF
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netinet/
sctp_pcb.h
72
#define
SCTP_PCB_FLAGS_AUTO_ASCONF
0x00000040
sctp_pcb.c
1834
inp->sctp_flags &= ~
SCTP_PCB_FLAGS_AUTO_ASCONF
;
1836
inp->sctp_flags |=
SCTP_PCB_FLAGS_AUTO_ASCONF
;
1897
inp->sctp_flags &= ~
SCTP_PCB_FLAGS_AUTO_ASCONF
;
1901
inp->sctp_flags &= ~
SCTP_PCB_FLAGS_AUTO_ASCONF
;
1903
inp->sctp_flags |=
SCTP_PCB_FLAGS_AUTO_ASCONF
;
sctp_usrreq.c
1366
optval = inp->sctp_flags &
SCTP_PCB_FLAGS_AUTO_ASCONF
;
2417
set_opt =
SCTP_PCB_FLAGS_AUTO_ASCONF
;
sctp_asconf.c
1945
if (inp->sctp_flags &
SCTP_PCB_FLAGS_AUTO_ASCONF
) {
Completed in 29 milliseconds
Indexes created Mon Feb 23 01:20:22 UTC 2026