Searched refs:sctp_auth_random (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/netinet/
H A Dsctp_header.h535 struct sctp_auth_random { struct
H A Dsctp_auth.c1407 struct sctp_auth_random *p_random = NULL;
1438 p_random = (struct sctp_auth_random *)phdr;
1862 if (plen != (sizeof(struct sctp_auth_random) +
H A Dsctp_output.c4852 struct sctp_auth_random *randp;
4859 randp = (struct sctp_auth_random *)(mtod(m, caddr_t)+chunk_len);
4860 parameter_len = (uint16_t) sizeof(struct sctp_auth_random) + stcb->asoc.authinfo.random_len;
5057 if (padded_size > (sizeof(struct sctp_auth_random) + SCTP_RANDOM_MAX_SIZE)) {
5965 struct sctp_auth_random *randp;
5975 randp = (struct sctp_auth_random *)(mtod(m, caddr_t)+chunk_len);
5976 parameter_len = (uint16_t) sizeof(struct sctp_auth_random) +
H A Dsctp_pcb.c6077 struct sctp_auth_random *p_random = NULL;
6507 p_random = (struct sctp_auth_random *)phdr;

Completed in 209 milliseconds