HomeSort by: relevance | last modified time | path
    Searched refs:SCTP_PCB_FLAGS_UNBOUND (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
sctp6_usrreq.c 934 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
935 SCTP_PCB_FLAGS_UNBOUND) {
  /src/sys/netinet/
sctp_pcb.c 1386 SCTP_PCB_FLAGS_UNBOUND);
1393 SCTP_PCB_FLAGS_UNBOUND);
1636 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) == 0) {
1930 inp->sctp_flags &= ~SCTP_PCB_FLAGS_UNBOUND;
2205 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) !=
2206 SCTP_PCB_FLAGS_UNBOUND) {
2698 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
sctp_pcb.h 70 #define SCTP_PCB_FLAGS_UNBOUND 0x00000010
sctp_usrreq.c 1255 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
1256 SCTP_PCB_FLAGS_UNBOUND) {
3148 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {
3350 if ((inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) ==
3351 SCTP_PCB_FLAGS_UNBOUND) {
3586 if (inp->sctp_flags & SCTP_PCB_FLAGS_UNBOUND) {

Completed in 18 milliseconds