Home
last modified time | relevance | path

Searched refs:sctp_paramhdr (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_header.h88 struct sctp_paramhdr ph;
103 struct sctp_paramhdr ph;
219 struct sctp_paramhdr ph;
351 struct sctp_paramhdr ph;
419 struct sctp_paramhdr ph;
424 struct sctp_paramhdr ph;
432 struct sctp_paramhdr ph;
438 struct sctp_paramhdr ph;
443 struct sctp_paramhdr ph;
449 struct sctp_paramhdr ph;
[all …]
H A Dsctp_auth.c1365 struct sctp_paramhdr *phdr, tmp_param; in sctp_auth_get_cookie_params()
1388 if ((plen < sizeof(struct sctp_paramhdr)) || in sctp_auth_get_cookie_params()
1450 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), in sctp_auth_get_cookie_params()
1774 struct sctp_paramhdr *phdr, param_buf; in sctp_validate_init_auth_params()
1791 if (plen < sizeof(struct sctp_paramhdr)) { in sctp_validate_init_auth_params()
1804 (struct sctp_paramhdr *)&local_store, in sctp_validate_init_auth_params()
1810 num_ent = plen - sizeof(struct sctp_paramhdr); in sctp_validate_init_auth_params()
1840 (struct sctp_paramhdr *)store, in sctp_validate_init_auth_params()
1863 (struct sctp_paramhdr *)chunks_store, in sctp_validate_init_auth_params()
1953 struct sctp_paramhdr *ph; in sctp_initialize_auth_params()
[all …]
H A Dsctp_asconf.c158 struct sctp_paramhdr *ph; in sctp_process_asconf_add_ip()
179 ph = (struct sctp_paramhdr *)(aph + 1); in sctp_process_asconf_add_ip()
318 struct sctp_paramhdr *ph; in sctp_process_asconf_delete_ip()
339 ph = (struct sctp_paramhdr *)(aph + 1); in sctp_process_asconf_delete_ip()
456 struct sctp_paramhdr *ph; in sctp_process_asconf_set_primary()
1567 struct sctp_paramhdr *ph; in sctp_asconf_process_error()
2336 struct sctp_paramhdr *ph; in sctp_is_addr_pending()
2755 struct sctp_paramhdr tmp_param, *ph; in sctp_process_initack_addresses()
2777 ph = (struct sctp_paramhdr *) in sctp_process_initack_addresses()
2888 struct sctp_paramhdr tmp_param, *ph; in sctp_addr_in_initack()
[all …]
H A Dsctp_output.c1943 struct sctp_paramhdr *paramh; in sctp_add_addr_to_mbuf()
3820 struct sctp_paramhdr *ph; in sctp_add_cookie()
3854 sizeof(struct sctp_paramhdr); in sctp_add_cookie()
3856 sizeof(struct sctp_paramhdr)); in sctp_add_cookie()
4625 struct sctp_paramhdr *ph; in sctp_send_initiate()
5137 struct sctp_paramhdr *param; in sctp_arethere_unrecognized_parameters()
5204 struct sctp_paramhdr *param; in sctp_arethere_unrecognized_parameters()
5472 struct sctp_paramhdr *ph; in sctp_send_initiate_ack()
6623 struct sctp_paramhdr *ph; in sctp_sendall_iterator()
8956 struct sctp_paramhdr param, *phdr; in sctp_send_cookie_echo()
[all …]
H A Dsctputil.h145 struct sctp_paramhdr *
147 struct sctp_paramhdr *, int);
H A Dsctp.h69 struct sctp_paramhdr { struct
H A Dsctp_pcb.c2029 struct sctp_paramhdr *phdr, param_buf; in sctp_findassociation_special_addr()
2284 struct sctp_paramhdr param_buf, *phdr; in sctp_findassociation_ep_asconf()
2296 &param_buf, sizeof(struct sctp_paramhdr)); in sctp_findassociation_ep_asconf()
5997 struct sctp_paramhdr *phdr, param_buf; in sctp_load_addresses_from_init()
6119 if (plen < sizeof(struct sctp_paramhdr)) { in sctp_load_addresses_from_init()
6129 (struct sctp_paramhdr *)&p4_buf, in sctp_load_addresses_from_init()
6224 (struct sctp_paramhdr *)&p6_buf, in sctp_load_addresses_from_init()
6349 (struct sctp_paramhdr *)&lstore, in sctp_load_addresses_from_init()
6452 (struct sctp_paramhdr *)random_store, in sctp_load_addresses_from_init()
6475 (struct sctp_paramhdr *)hmacs_store, in sctp_load_addresses_from_init()
[all …]
H A Dsctp_input.c1210 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1211 struct sctp_paramhdr *unrec_parameter; in sctp_handle_error()
1213 unrec_parameter = (struct sctp_paramhdr *)(cause + 1); in sctp_handle_error()
4005 struct sctp_paramhdr pstore; in sctp_handle_stream_reset()
4012 struct sctp_paramhdr *ph; in sctp_handle_stream_reset()
4055 while (remaining_length >= sizeof(struct sctp_paramhdr)) { in sctp_handle_stream_reset()
4056 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore); in sctp_handle_stream_reset()
4063 (param_len < (sizeof(struct sctp_paramhdr) + sizeof(uint32_t)))) { in sctp_handle_stream_reset()
4067 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)), in sctp_handle_stream_reset()
H A Dsctputil.c3087 struct sctp_paramhdr *
3090 struct sctp_paramhdr *pull, in sctp_get_next_param()
3094 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit, in sctp_get_next_param()
4938 if (info_len > (SCTP_MAX_CAUSE_LENGTH - sizeof(struct sctp_paramhdr))) { in sctp_generate_cause()
4941 len = (uint16_t)(sizeof(struct sctp_paramhdr) + info_len); in sctp_generate_cause()
/f-stack/freebsd/netinet/libalias/
H A Dalias_sctp.c1042 struct sctp_paramhdr *param_hdr; in sctp_PktParser()
1169 param_hdr = (struct sctp_paramhdr *) in sctp_PktParser()
1175 param_hdr = (struct sctp_paramhdr *) in sctp_PktParser()
1200 param_hdr = (struct sctp_paramhdr *) ((char *) chunk_hdr in sctp_PktParser()
1265 struct sctp_paramhdr ph;/* type=SCTP_VTAG_PARAM */ in GetAsconfVtags()
1271 struct sctp_paramhdr *param; in GetAsconfVtags()
1330 struct sctp_paramhdr *param = NULL; in AddGlobalIPAddresses()
1393 param = (struct sctp_paramhdr *) &((struct sctp_asconf_addrv4_param *) param)->addrp; in AddGlobalIPAddresses()
1492 struct sctp_paramhdr *param; in RmGlobalIPAddresses()
1597 struct sctp_paramhdr *param; in IsASCONFack()
[all …]
H A Dalias_sctp.h158 struct sctp_paramhdr *Asconf; /**< Pointer to ASCONF chunk */
/f-stack/tools/compat/include/netinet/
H A Dsctp.h69 struct sctp_paramhdr { struct