Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_usrreq.c1482 } else if (assoc_id > SCTP_ALL_ASSOC) { \
2183 ((sctp_assoc_t)*value <= SCTP_ALL_ASSOC)) {
2263 (saddr->sget_assoc_id <= SCTP_ALL_ASSOC)) {
2282 (saddr->sget_assoc_id == SCTP_ALL_ASSOC))) {
3929 (av->assoc_id == SCTP_ALL_ASSOC)))) {
3936 (av->assoc_id == SCTP_ALL_ASSOC))) {
3980 (av->assoc_id == SCTP_ALL_ASSOC)))) {
3987 (av->assoc_id == SCTP_ALL_ASSOC))) {
4064 (av->assoc_id == SCTP_ALL_ASSOC)))) {
4071 (av->assoc_id == SCTP_ALL_ASSOC))) {
[all …]
H A Dsctp_uio.h49 #define SCTP_ALL_ASSOC 2 macro
H A Dsctp_pcb.c4035 if (inp->sctp_associd_counter <= SCTP_ALL_ASSOC) { in sctp_aloc_a_assoc_id()
4036 inp->sctp_associd_counter = SCTP_ALL_ASSOC + 1; in sctp_aloc_a_assoc_id()
H A Dsctp_output.c12714 } else if (sinfo_assoc_id > SCTP_ALL_ASSOC) { in sctp_lower_sosend()
/freebsd/lib/libc/net/
H A Dsctp_sys_calls.c279 (id == SCTP_ALL_ASSOC)) { in sctp_opt_info()