sctp_asconf_paramhdr
aa->ap.aph.ph.param_length = sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_ipv6addr_param);
aa->ap.aph.ph.param_length = sizeof(struct sctp_asconf_paramhdr) + sizeof(struct sctp_ipv4addr_param);
struct sctp_asconf_paramhdr *aph)
struct sctp_asconf_paramhdr *aph;
struct sctp_asconf_paramhdr *aph;
aph = mtod(m_reply, struct sctp_asconf_paramhdr *);
aph->ph.param_length = sizeof(struct sctp_asconf_paramhdr);
while (ack_length >= sizeof(struct sctp_asconf_paramhdr)) {
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
sizeof(struct sctp_asconf_paramhdr), aparam_buf);
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
struct sctp_asconf_paramhdr *aph;
aph = mtod(m_reply, struct sctp_asconf_paramhdr *);
sizeof(struct sctp_asconf_paramhdr);
sctp_process_asconf_add_ip(struct sctp_asconf_paramhdr *aph,
struct sctp_asconf_paramhdr *aph;
aph = (struct sctp_asconf_paramhdr *) ptr;
sctp_process_asconf_delete_ip(struct mbuf *m, struct sctp_asconf_paramhdr *aph,
sctp_process_asconf_set_primary(struct sctp_asconf_paramhdr *aph,
struct sctp_asconf_paramhdr *aph, *ack_aph;
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, sizeof(struct sctp_asconf_paramhdr), (uint8_t *)&aparam_buf);
ack_aph = (struct sctp_asconf_paramhdr *)(mtod(m_ack, vaddr_t) + sizeof(struct sctp_asconf_ack_chunk));
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset, param_length, aparam_buf);
aph = (struct sctp_asconf_paramhdr *)sctp_m_getptr(m, offset,
sizeof(struct sctp_asconf_paramhdr),
sizeof(struct sctp_asconf_paramhdr) +
sizeof(struct sctp_asconf_paramhdr) +
struct sctp_asconf_paramhdr aph; /* asconf "parameter" */
struct sctp_asconf_paramhdr aph; /* asconf "parameter" */