Home | History | Annotate | Download | only in netinet

Lines Matching refs:SCTP_SET_TSN_PRESENT

953 #define SCTP_SET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] |= (0x01 << ((gap & 0x07))))