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

/freebsd-10.1-release/sys/netinet/
H A Dsctp_input.c4501 struct sctp_chunkhdr *asconf_ch = ch; local
4509 asconf_len = ntohs(asconf_ch->chunk_length);
4519 asconf_ch = (struct sctp_chunkhdr *)sctp_m_getptr(m, asconf_offset,
4521 } while (asconf_ch != NULL && asconf_ch->chunk_type == SCTP_ASCONF);

Completed in 107 milliseconds