OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_ADDR_NOT_REACHABLE
(Results
1 - 7
of
7
) sorted by relevancy
/src/sys/netinet/
sctp_timer.c
150
net->dest_state |=
SCTP_ADDR_NOT_REACHABLE
;
792
if (net->dest_state &
SCTP_ADDR_NOT_REACHABLE
) {
1019
if (net->dest_state &
SCTP_ADDR_NOT_REACHABLE
) {
1114
if (net->dest_state &
SCTP_ADDR_NOT_REACHABLE
) {
sctp_constants.h
331
#define
SCTP_ADDR_NOT_REACHABLE
0x002
sctp_output.c
2214
net->dest_state |=
SCTP_ADDR_NOT_REACHABLE
;
2393
net->dest_state |=
SCTP_ADDR_NOT_REACHABLE
;
6972
if ((net->dest_state &
SCTP_ADDR_NOT_REACHABLE
) ==
6973
SCTP_ADDR_NOT_REACHABLE
) {
7710
(asoc->last_data_chunk_from->dest_state &
SCTP_ADDR_NOT_REACHABLE
)
7717
SCTP_ADDR_NOT_REACHABLE
)) &&
8200
if ((net->dest_state & (SCTP_ADDR_UNCONFIRMED|
SCTP_ADDR_NOT_REACHABLE
)) == SCTP_ADDR_UNCONFIRMED) {
8219
((hnet->dest_state & (SCTP_ADDR_UNCONFIRMED|
SCTP_ADDR_NOT_REACHABLE
)) == SCTP_ADDR_UNCONFIRMED)) {
sctp_indata.c
3886
if ((net->dest_state&
SCTP_ADDR_NOT_REACHABLE
) ==
3887
SCTP_ADDR_NOT_REACHABLE
) {
3889
net->dest_state &= ~
SCTP_ADDR_NOT_REACHABLE
;
sctp_pcb.c
2847
net->dest_state =
SCTP_ADDR_NOT_REACHABLE
;
sctp_usrreq.c
382
net->dest_state |=
SCTP_ADDR_NOT_REACHABLE
;
sctp_input.c
466
if (r_net->dest_state &
SCTP_ADDR_NOT_REACHABLE
) {
Completed in 52 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025