OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_SET_TSN_PRESENT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h
920
#define
SCTP_SET_TSN_PRESENT
(arry, gap) (arry[(gap >> 3)] |= (0x01 << ((gap & 0x07))))
[
all
...]
sctp_indata.c
358
SCTP_SET_TSN_PRESENT
(asoc->nr_mapping_array, gap);
[
all
...]
Completed in 865 milliseconds