| /f-stack/freebsd/netinet/ |
| H A D | sctp_asconf.c | 732 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf() 796 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, in sctp_handle_asconf() 1733 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, in sctp_handle_asconf_ack() 2778 sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), in sctp_process_initack_addresses() 2791 sctp_m_getptr(m, offset, in sctp_process_initack_addresses() 2812 a4p = (struct sctp_ipv4addr_param *)sctp_m_getptr(m, offset, in sctp_process_initack_addresses() 2875 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, in sctp_process_initack_addresses() 2926 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, in sctp_addr_in_initack() 2941 sctp_m_getptr(m, offset, in sctp_addr_in_initack() 2971 sctp_m_getptr(m, offset, in sctp_addr_in_initack() [all …]
|
| H A D | sctputil.h | 143 caddr_t sctp_m_getptr(struct mbuf *, int, int, uint8_t *);
|
| H A D | sctp_input.c | 1476 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_existing() 1491 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_existing() 2021 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_new() 2039 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_new() 2395 sig = (uint8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (uint8_t *)&tmp_sig); in sctp_handle_cookie_echo() 4067 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, min(param_len, sizeof(cstore)), in sctp_handle_stream_reset() 4436 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control() 4470 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset, in sctp_process_control() 4486 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control() 4612 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control() [all …]
|
| H A D | sctp_indata.c | 1715 chunk = (struct sctp_idata_chunk *)sctp_m_getptr(*m, offset, in sctp_process_a_data_chunk() 1732 chunk = (struct sctp_data_chunk *)sctp_m_getptr(*m, offset, in sctp_process_a_data_chunk() 2711 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_data() 2900 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_data() 3202 frag = (struct sctp_gap_ack_block *)sctp_m_getptr(m, *offset, in sctp_handle_segments() 4488 dupdata = (uint32_t *)sctp_m_getptr(m, offset_dup + i * sizeof(uint32_t), in sctp_handle_sack() 5605 stseq_m = (struct sctp_strseq_mid *)sctp_m_getptr(m, offset, in sctp_handle_forward_tsn() 5621 stseq = (struct sctp_strseq *)sctp_m_getptr(m, offset, in sctp_handle_forward_tsn()
|
| H A D | sctp_auth.c | 1382 phdr = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, 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()
|
| H A D | sctputil.c | 3048 sctp_m_getptr(struct mbuf *m, int off, int len, uint8_t *in_ptr) in sctp_m_getptr() function 3094 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit, in sctp_get_next_param() 4504 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 4537 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 4562 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch), in sctp_is_there_an_abort_here() 4577 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m, in sctp_is_there_an_abort_here() 4585 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_is_there_an_abort_here()
|
| H A D | sctp_output.c | 11469 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_send_packet_dropped() 11493 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_send_packet_dropped()
|