OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_SSN_GT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h
911
#define
SCTP_SSN_GT
(a, b) (((a < b) && ((uint16_t)(b - a) > (1U<<15))) || \
913
#define SCTP_SSN_GE(a, b) (
SCTP_SSN_GT
(a, b) || (a == b))
[
all
...]
sctp_indata.c
684
if (
SCTP_SSN_GT
(at->sinfo_ssn, control->sinfo_ssn)) {
[
all
...]
Completed in 424 milliseconds