OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SCTP_SIGNATURE_SIZE
(Results
1 - 6
of
6
) sorted by null
/external/tcpdump/
sctpConstants.h
445
#define
SCTP_SIGNATURE_SIZE
16 /* size of a MD5 signature */
447
#define
SCTP_SIGNATURE_SIZE
20 /* size of a SLA-1 signature */
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_constants.h
303
*
SCTP_SIGNATURE_SIZE
is the digest length
306
#define
SCTP_SIGNATURE_SIZE
SCTP_AUTH_DIGEST_LEN_SHA1
307
#define SCTP_SIGNATURE_ALOC_SIZE
SCTP_SIGNATURE_SIZE
[
all
...]
sctp_input.c
[
all
...]
sctp_pcb.c
[
all
...]
sctp_output.c
[
all
...]
sctputil.c
911
if (new_store >= (
SCTP_SIGNATURE_SIZE
-3)) {
[
all
...]
Completed in 76 milliseconds