Home | History | Annotate | Download | only in netinet

Lines Matching refs:mapping_array

1144 	SCTP_MALLOC(asoc->mapping_array, uint8_t *, asoc->mapping_array_size,
1146 if (asoc->mapping_array == NULL) {
1151 memset(asoc->mapping_array, 0, asoc->mapping_array_size);
1156 SCTP_FREE(asoc->mapping_array, SCTP_M_MAP);
1209 if (asoc->mapping_array[limit - 1] != 0) {
1215 SCTP_PRINTF("%2.2x%c", asoc->mapping_array[i], ((i + 1) % 16) ? ' ' : '\n');
1255 memcpy(new_array1, asoc->mapping_array, asoc->mapping_array_size);
1257 SCTP_FREE(asoc->mapping_array, SCTP_M_MAP);
1259 asoc->mapping_array = new_array1;