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_CONNECTED
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/netinet/
sctp_peeloff.c
118
SCTP_PCB_FLAGS_CONNECTED
|
174
SCTP_PCB_FLAGS_CONNECTED
|
sctp_usrreq.c
615
((inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) ||
1163
(inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
)) {
1167
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
1317
stcb->sctp_ep->sctp_flags |=
SCTP_PCB_FLAGS_CONNECTED
;
1536
(inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
)) ||
1730
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
1787
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
1871
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
1888
if ( (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) &&
1933
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
[
all
...]
sctp_input.c
654
stcb->sctp_ep->sctp_flags &= ~
SCTP_PCB_FLAGS_CONNECTED
;
1187
SCTP_PCB_FLAGS_CONNECTED
;
1305
SCTP_PCB_FLAGS_CONNECTED
;
1626
stcb->sctp_ep->sctp_flags |=
SCTP_PCB_FLAGS_CONNECTED
;
2069
(((*inp_p)->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0)) {
2107
SCTP_PCB_FLAGS_CONNECTED
|
2177
stcb->sctp_ep->sctp_flags |=
SCTP_PCB_FLAGS_CONNECTED
;
2352
stcb->sctp_ep->sctp_flags &= ~
SCTP_PCB_FLAGS_CONNECTED
;
sctputil.c
1897
(stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
)) {
1959
((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0)){
2044
((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0)){
2139
((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0)){
2209
((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0)){
2279
((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0)){
2358
((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0)){
2450
((stcb->sctp_ep->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0)){
sctp_pcb.h
87
#define
SCTP_PCB_FLAGS_CONNECTED
0x00100000
sctp_pcb.c
3311
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
3318
inp->sctp_flags &= ~
SCTP_PCB_FLAGS_CONNECTED
;
sctp_output.c
7165
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
7206
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
8029
stcb->sctp_ep->sctp_flags &= ~
SCTP_PCB_FLAGS_CONNECTED
;
9847
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
/src/sys/netinet6/
sctp6_usrreq.c
813
if ((inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) &&
948
(inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
)) {
994
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
1027
stcb->sctp_ep->sctp_flags |=
SCTP_PCB_FLAGS_CONNECTED
;
1068
if (inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) {
1136
if ((inp->sctp_flags &
SCTP_PCB_FLAGS_CONNECTED
) == 0) {
Completed in 33 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026