Home
last modified time | relevance | path

Searched refs:SCTP_CLOSED (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp.h339 #define SCTP_CLOSED 0x0000 macro
H A Dsctputil.c1073 user_state = SCTP_CLOSED; in sctp_map_assoc_state()
1079 user_state = SCTP_CLOSED; in sctp_map_assoc_state()
1082 user_state = SCTP_CLOSED; in sctp_map_assoc_state()
1103 user_state = SCTP_CLOSED; in sctp_map_assoc_state()
/freebsd/usr.bin/sockstat/
H A Dsockstat.c427 sock->state = SCTP_CLOSED; in gather_sctp()
1046 case SCTP_CLOSED: in sctp_conn_state()
1210 s->state != SCTP_CLOSED && in displaysock()
1226 s->state != SCTP_CLOSED && in displaysock()
/freebsd/sbin/pfctl/
H A Dpf_print_state.c212 case SCTP_CLOSED: in sctp_state_name()
/freebsd/usr.bin/netstat/
H A Dsctp.c533 case SCTP_CLOSED: in sctp_statesprint()
/freebsd/sys/netpfil/pf/
H A Dpf.c4955 pf_set_protostate(s, PF_PEER_DST, SCTP_CLOSED); in pf_create_state()
5986 pf_set_protostate(*state, psrc, SCTP_CLOSED); in pf_test_state_sctp()