Lines Matching refs:sctp_asconf_paramhdr
123 struct sctp_asconf_paramhdr *aph;
134 aph = mtod(m_reply, struct sctp_asconf_paramhdr *);
137 aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr);
149 struct sctp_asconf_paramhdr *aph;
162 aph = mtod(m_reply, struct sctp_asconf_paramhdr *);
170 sizeof(struct sctp_asconf_paramhdr);
196 sctp_process_asconf_add_ip(struct sctp_asconf_paramhdr *aph,
301 sctp_process_asconf_delete_ip(struct mbuf *m, struct sctp_asconf_paramhdr *aph,
458 sctp_process_asconf_set_primary(struct sctp_asconf_paramhdr *aph,
577 struct sctp_asconf_paramhdr *aph, *ack_aph;
672 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *)&aparam_buf);
678 ack_aph = (struct sctp_asconf_paramhdr *)(mtod(m_ack, vaddr_t) + sizeof(struct sctp_asconf_ack_chunk));
716 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
784 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
785 sizeof(struct sctp_asconf_paramhdr),
981 sizeof(struct sctp_asconf_paramhdr) +
995 sizeof(struct sctp_asconf_paramhdr) +
1138 aa->ap.aph.ph.param_length = sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_ipv6addr_param);
1146 aa->ap.aph.ph.param_length = sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_ipv4addr_param);
1209 struct sctp_asconf_paramhdr *aph)
1334 struct sctp_asconf_paramhdr *aph;
1396 while (ack_length >= sizeof(struct sctp_asconf_paramhdr)) {
1400 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
1401 sizeof(struct sctp_asconf_paramhdr), aparam_buf);
1428 aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
2233 struct sctp_asconf_paramhdr *aph;
2342 aph = (struct sctp_asconf_paramhdr *) ptr;