Home
last modified time | relevance | path

Searched defs:SCTP_SET_TSN_PRESENT (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h874 #define SCTP_SET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] |= (0x01 << ((gap & 0x07)))) macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h874 #define SCTP_SET_TSN_PRESENT(arry, gap) (arry[(gap >> 3)] |= (0x01 << ((gap & 0x07)))) macro