Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
Dsctp.h498 #define SCTP_PCB_FLAGS_UNBOUND 0x00000010 macro
Dsctp_pcb.c2518 SCTP_PCB_FLAGS_UNBOUND); in sctp_inpcb_alloc()
2524 SCTP_PCB_FLAGS_UNBOUND); in sctp_inpcb_alloc()
2711 new_inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND; in sctp_move_pcb_and_assoc()
2817 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) { in sctp_inpcb_bind()
3214 inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND; in sctp_inpcb_bind()
3508 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) != in sctp_inpcb_free()
3509 SCTP_PCB_FLAGS_UNBOUND) { in sctp_inpcb_free()
3515 inp->sctp_flags |= SCTP_PCB_FLAGS_UNBOUND; in sctp_inpcb_free()
4290 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_aloc_assoc()
Dsctp_usrreq.c1512 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == in sctp_do_connect_x()
1513 SCTP_PCB_FLAGS_UNBOUND) { in sctp_do_connect_x()
3437 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) { in sctp_setopt()
6005 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == in sctp_connect()
6006 SCTP_PCB_FLAGS_UNBOUND) { in sctp_connect()
6222 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_listen()
Dsctp_input.c2778 SCTP_PCB_FLAGS_UNBOUND | in sctp_handle_cookie_echo()
Dsctputil.c6486 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) { in sctp_bindx_add_address()
/freebsd-9-stable/sys/netinet6/
Dsctp6_usrreq.c892 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == in sctp6_connect()
893 SCTP_PCB_FLAGS_UNBOUND) { in sctp6_connect()