Searched refs:sctp_m_getptr (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/sys/netinet/ |
H A D | sctp_asconf.c | 657 …p_addr = (struct sctp_ipv6addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_paramhdr), (uin… in sctp_handle_asconf() 672 …aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr),… in sctp_handle_asconf() 716 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf() 784 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, in sctp_handle_asconf() 1400 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, in sctp_handle_asconf_ack() 1428 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf); in sctp_handle_asconf_ack() 2472 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, in sctp_process_initack_addresses() 2486 sctp_m_getptr(m, offset, in sctp_process_initack_addresses() 2509 …a4p = (struct sctp_ipv4addr_param *)sctp_m_getptr(m, offset, sizeof(struct sctp_ipv4addr_param), (… in sctp_process_initack_addresses() 2577 ph = (struct sctp_paramhdr *)sctp_m_getptr(m, offset, in sctp_process_initack_addresses() [all …]
|
H A D | sctp_input.c | 1091 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_existing() 1118 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_existing() 1432 sctp_m_getptr(m, init_offset, sizeof(struct sctp_init_chunk), in sctp_process_cookie_new() 1459 sctp_m_getptr(m, initack_offset, sizeof(struct sctp_init_ack_chunk), in sctp_process_cookie_new() 1830 sig = (u_int8_t *)sctp_m_getptr(m_sig, 0, SCTP_SIGNATURE_SIZE, (u_int8_t *)&tmp_sig); in sctp_handle_cookie_echo() 3202 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control() 3235 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control() 3663 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control() 3681 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control() 3748 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, *offset, in sctp_process_control() [all …]
|
H A D | sctputil.h | 163 void *sctp_m_getptr(struct mbuf *, int, int, u_int8_t *);
|
H A D | sctputil.c | 1755 sctp_m_getptr(struct mbuf *m, int off, int len, u_int8_t *in_ptr) in sctp_m_getptr() function 1801 return ((struct sctp_paramhdr *)sctp_m_getptr(m, offset, pull_limit, in sctp_get_next_param() 2719 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 2747 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_handle_ootb() 2766 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, sizeof(*ch), in sctp_is_there_an_abort_here() 2781 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m, in sctp_is_there_an_abort_here() 2789 ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, offset, in sctp_is_there_an_abort_here()
|
H A D | sctp_indata.c | 2566 ch = (struct sctp_data_chunk *)sctp_m_getptr(m, *offset, in sctp_process_data() 2655 ch = (struct sctp_data_chunk *)sctp_m_getptr(m, *offset, in sctp_process_data()
|
/netbsd-src/sys/netinet6/ |
H A D | sctp6_usrreq.c | 222 init_chk = (struct sctp_init_chunk *)sctp_m_getptr(m, in sctp6_input()
|