Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_header.h498 struct sctp_auth_random { struct
H A Dsctp_auth.c1365 struct sctp_auth_random *p_random = NULL; in sctp_auth_get_cookie_params()
1397 p_random = (struct sctp_auth_random *)phdr; in sctp_auth_get_cookie_params()
1817 if (plen != (sizeof(struct sctp_auth_random) + in sctp_validate_init_auth_params()
H A Dsctp_output.c4776 struct sctp_auth_random *randp; in sctp_send_initiate()
4783 randp = (struct sctp_auth_random *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()
4784 parameter_len = (uint16_t)sizeof(struct sctp_auth_random) + stcb->asoc.authinfo.random_len; in sctp_send_initiate()
5021 if (padded_size > (sizeof(struct sctp_auth_random) + SCTP_RANDOM_MAX_SIZE)) { in sctp_arethere_unrecognized_parameters()
6031 struct sctp_auth_random *randp; in sctp_send_initiate_ack()
6041 randp = (struct sctp_auth_random *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate_ack()
6042 parameter_len = (uint16_t)sizeof(struct sctp_auth_random) + in sctp_send_initiate_ack()
H A Dsctp_pcb.c5871 struct sctp_auth_random *p_random = NULL; in sctp_load_addresses_from_init()
6343 p_random = (struct sctp_auth_random *)phdr; in sctp_load_addresses_from_init()