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

/freebsd-10.0-release/sys/netinet/
H A Dsctp_input.c4523 struct sctp_chunkhdr *asconf_ch = ch; local
4531 asconf_len = ntohs(asconf_ch->chunk_length);
4541 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset,
4543 } while (asconf_ch != NULL && asconf_ch->chunk_type == SCTP_ASCONF);

Completed in 79 milliseconds