Home
last modified time | relevance | path

Searched refs:SCTP_ALL_ASSOC (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctp_usrreq.c1484 } else if (assoc_id > SCTP_ALL_ASSOC) { \
3926 (av->assoc_id == SCTP_ALL_ASSOC)))) {
3933 (av->assoc_id == SCTP_ALL_ASSOC))) {
3977 (av->assoc_id == SCTP_ALL_ASSOC)))) {
3984 (av->assoc_id == SCTP_ALL_ASSOC))) {
4063 (av->assoc_id == SCTP_ALL_ASSOC)))) {
4070 (av->assoc_id == SCTP_ALL_ASSOC))) {
4146 (av->assoc_id == SCTP_ALL_ASSOC)))) {
4153 (av->assoc_id == SCTP_ALL_ASSOC))) {
4218 (sack->sack_assoc_id == SCTP_ALL_ASSOC)))) {
[all …]
Dsctp_uio.h53 #define SCTP_ALL_ASSOC 2 macro
Dsctp_pcb.c4184 if (inp->sctp_associd_counter <= SCTP_ALL_ASSOC) { in sctp_aloc_a_assoc_id()
4185 inp->sctp_associd_counter = SCTP_ALL_ASSOC + 1; in sctp_aloc_a_assoc_id()
/freebsd-12-stable/lib/libc/net/
Dsctp_sys_calls.c282 (id == SCTP_ALL_ASSOC)) { in sctp_opt_info()