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

  /src/sys/netinet/
sctp_constants.h 332 #define SCTP_ADDR_NOHB 0x004
sctp_usrreq.c 2074 paddri->spinfo_state = net->dest_state & (SCTP_REACHABLE_MASK|SCTP_ADDR_NOHB);
2869 net->dest_state &= ~SCTP_ADDR_NOHB;
2899 net->dest_state |= SCTP_ADDR_NOHB;
sctp_output.c 8162 ((net->dest_state & SCTP_ADDR_NOHB) && ((net->dest_state & SCTP_ADDR_UNCONFIRMED) == 0)) ||

Completed in 20 milliseconds