Searched refs:SCTP_SECRET_SIZE (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | sctpConstants.h | 442 #define SCTP_SECRET_SIZE 32 /* number of octets in a 256 bits */ macro
|
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_constants.h | 737 #define SCTP_SECRET_SIZE 32 /* number of octets in a 256 bits */ macro
|
D | sctp_input.c | 2556 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); 2561 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); 2579 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0);
|
D | sctp_output.c | 4006 sig = sctp_get_mbuf_for_msg(SCTP_SECRET_SIZE, 0, M_NOWAIT, 1, MT_DATA); 6514 SCTP_SECRET_SIZE, m_cookie, sizeof(struct sctp_paramhdr),
|