Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_header.h500 struct sctp_auth_random { struct
H A Dsctp_auth.c1368 struct sctp_auth_random *p_random = NULL; in sctp_auth_get_cookie_params()
1400 p_random = (struct sctp_auth_random *)phdr; in sctp_auth_get_cookie_params()
1824 if (plen != (sizeof(struct sctp_auth_random) + in sctp_validate_init_auth_params()
H A Dsctp_output.c4764 struct sctp_auth_random *randp; in sctp_send_initiate()
4771 randp = (struct sctp_auth_random *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate()
4772 parameter_len = (uint16_t)sizeof(struct sctp_auth_random) + stcb->asoc.authinfo.random_len; in sctp_send_initiate()
4989 if (padded_size > (sizeof(struct sctp_auth_random) + SCTP_RANDOM_MAX_SIZE)) { in sctp_arethere_unrecognized_parameters()
5967 struct sctp_auth_random *randp; in sctp_send_initiate_ack()
5977 randp = (struct sctp_auth_random *)(mtod(m, caddr_t)+chunk_len); in sctp_send_initiate_ack()
5978 parameter_len = (uint16_t)sizeof(struct sctp_auth_random) + in sctp_send_initiate_ack()
H A Dsctp_pcb.c6002 struct sctp_auth_random *p_random = NULL; in sctp_load_addresses_from_init()
6456 p_random = (struct sctp_auth_random *)phdr; in sctp_load_addresses_from_init()