Searched refs:asconf_ch (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Dsctp_input.c4613 struct sctp_chunkhdr *asconf_ch = ch; local
4621 asconf_len = ntohs(asconf_ch->chunk_length);
4631 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset,
4633 } while (asconf_ch != NULL && asconf_ch->chunk_type == SCTP_ASCONF);

Completed in 193 milliseconds