HomeSort by relevance Sort by last modified time
    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 336 * SCTP_SIGNATURE_SIZE is the digest length
339 #define SCTP_SIGNATURE_SIZE SCTP_AUTH_DIGEST_LEN_SHA1
340 #define SCTP_SIGNATURE_ALOC_SIZE SCTP_SIGNATURE_SIZE
    [all...]
sctp_input.c     [all...]
sctp_output.c     [all...]
sctp_pcb.c     [all...]
sctputil.c 911 if (new_store >= (SCTP_SIGNATURE_SIZE-3)) {
    [all...]

Completed in 41 milliseconds