Home
last modified time | relevance | path

Searched refs:SCTP_PCB_FLAGS_UNBOUND (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp.h513 #define SCTP_PCB_FLAGS_UNBOUND 0x00000010 macro
H A Dsctp_pcb.c2460 SCTP_PCB_FLAGS_UNBOUND); in sctp_inpcb_alloc()
2466 SCTP_PCB_FLAGS_UNBOUND); in sctp_inpcb_alloc()
2658 new_inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND; in sctp_move_pcb_and_assoc()
2831 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) { in sctp_inpcb_bind()
3218 inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND; in sctp_inpcb_bind()
3495 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) != in sctp_inpcb_free()
3496 SCTP_PCB_FLAGS_UNBOUND) { in sctp_inpcb_free()
3502 inp->sctp_flags |= SCTP_PCB_FLAGS_UNBOUND; in sctp_inpcb_free()
4286 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_aloc_assoc()
H A Dsctp_usrreq.c1417 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == in sctp_do_connect_x()
1418 SCTP_PCB_FLAGS_UNBOUND) { in sctp_do_connect_x()
3824 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) {
7024 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
7025 SCTP_PCB_FLAGS_UNBOUND) {
7243 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
H A Dsctp_input.c2687 SCTP_PCB_FLAGS_UNBOUND | in sctp_handle_cookie_echo()
H A Dsctputil.c6791 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_bindx_add_address()
/f-stack/tools/compat/include/netinet/
H A Dsctp.h513 #define SCTP_PCB_FLAGS_UNBOUND 0x00000010 macro
/f-stack/freebsd/netinet6/
H A Dsctp6_usrreq.c826 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == in sctp6_connect()
827 SCTP_PCB_FLAGS_UNBOUND) { in sctp6_connect()