OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapping_array
(Results
1 - 6
of
6
) sorted by relevancy
/src/sys/netinet/
sctp_structs.h
357
u_int8_t *
mapping_array
;
member in struct:sctp_association
sctp_indata.c
1714
if (SCTP_IS_TSN_PRESENT(asoc->
mapping_array
, gap)) {
2200
SCTP_SET_TSN_PRESENT(asoc->
mapping_array
, gap);
2228
memcpy(aux_array, asoc->
mapping_array
,
2231
memcpy(aux_array, asoc->
mapping_array
, 64);
2241
if (!SCTP_IS_TSN_PRESENT(asoc->
mapping_array
, i)) {
2276
memset(asoc->
mapping_array
, 0, clr);
2330
asoc->
mapping_array
[ii] =
2331
asoc->
mapping_array
[slide_from + ii];
2334
asoc->
mapping_array
[ii] = 0;
4488
SCTP_SET_TSN_PRESENT(asoc->
mapping_array
, i)
[
all
...]
sctp_pcb.c
2791
if (asoc->
mapping_array
)
2792
free(asoc->
mapping_array
, M_PCB);
3243
if (asoc->
mapping_array
) {
3244
free(asoc->
mapping_array
, M_PCB);
3245
asoc->
mapping_array
= NULL;
4519
SCTP_UNSET_TSN_PRESENT(asoc->
mapping_array
, gap);
4553
SCTP_UNSET_TSN_PRESENT(asoc->
mapping_array
,
sctputil.c
780
asoc->
mapping_array
= malloc(asoc->mapping_array_size,
782
if (asoc->
mapping_array
== NULL) {
786
memset(asoc->
mapping_array
, 0, asoc->mapping_array_size);
816
memcpy(new_array, asoc->
mapping_array
, old_size);
818
free(asoc->
mapping_array
, M_PCB);
819
asoc->
mapping_array
= new_array;
sctp_input.c
1351
if (asoc->
mapping_array
)
1352
memset(asoc->
mapping_array
, 0,
sctp_output.c
7813
if (SCTP_IS_TSN_PRESENT(asoc->
mapping_array
, i) == 0) {
7817
if (SCTP_IS_TSN_PRESENT(asoc->
mapping_array
, i)) {
7917
if (SCTP_IS_TSN_PRESENT(asoc->
mapping_array
, i) == 0) {
7924
if (SCTP_IS_TSN_PRESENT(asoc->
mapping_array
, i)) {
Completed in 27 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025