/freebsd/sys/netinet/ |
H A D | sctp_asconf.c | 688 …p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uin… in sctp_handle_asconf() 699 …aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr),… in sctp_handle_asconf() 729 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf() 793 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, in sctp_handle_asconf() 1730 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, in sctp_handle_asconf_ack() 1754 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf_ack() 2347 …ph = (struct sctp_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_paramhdr), aparam… in sctp_is_addr_pending() 2354 …aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_pa… in sctp_is_addr_pending() 2377 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, param_length, aparam_buf); in sctp_is_addr_pending() 2404 …aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(chk->data, offset, sizeof(struct sctp_asconf_pa… in sctp_is_addr_pending() [all …]
|
H A D | sctp_input.c | 1404 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_existing() 1421 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_existing() 1980 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_new() 1998 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_new() 2101 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); in sctp_process_cookie_new() 2346 sig = (uint8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *)&tmp_sig); in sctp_handle_cookie_echo() 4006 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(pstore), (uint8_t *)&pstore); in sctp_handle_stream_reset() 4017 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)), in sctp_handle_stream_reset() 4389 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control() 4423 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset, in sctp_process_control() [all …]
|
H A D | sctputil.h | 131 caddr_t sctp_m_getptr(struct mbuf *, int, int, uint8_t *);
|
H A D | sctp_indata.c | 1702 chunk = (struct sctp_idata_chunk *)sctp_m_getptr(*m, offset, in sctp_process_a_data_chunk() 1719 chunk = (struct sctp_data_chunk *)sctp_m_getptr(*m, offset, in sctp_process_a_data_chunk() 2699 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_data() 2888 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_data() 3190 frag = (struct sctp_gap_ack_block *)sctp_m_getptr(m, *offset, in sctp_handle_segments() 4474 dupdata = (uint32_t *)sctp_m_getptr(m, offset_dup + i * sizeof(uint32_t), in sctp_handle_sack() 5609 stseq_m = (struct sctp_strseq_mid *)sctp_m_getptr(m, offset, in sctp_handle_forward_tsn() 5625 stseq = (struct sctp_strseq *)sctp_m_getptr(m, offset, in sctp_handle_forward_tsn()
|
H A D | sctp_auth.c | 1379 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, in sctp_auth_get_cookie_params() 1447 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), in sctp_auth_get_cookie_params()
|
H A D | sctputil.c | 3036 sctp_m_getptr(struct mbuf *m, int off, int len, uint8_t *in_ptr) in sctp_m_getptr() function 3082 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit, in sctp_get_next_param() 4562 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 4595 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 4620 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch), in sctp_is_there_an_abort_here() 4636 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m, in sctp_is_there_an_abort_here() 4644 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_is_there_an_abort_here()
|
H A D | sctp_output.c | 11581 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_send_packet_dropped() 11605 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_send_packet_dropped()
|