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

  /src/sys/netinet/
sctp_constants.h 650 #define SCTP_UNSET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] &= ((~(0x01 << ((gap & 0x07)))) & 0xff))
sctp_pcb.c 4519 SCTP_UNSET_TSN_PRESENT(asoc->mapping_array, gap);
4553 SCTP_UNSET_TSN_PRESENT(asoc->mapping_array,

Completed in 83 milliseconds