Home
last modified time | relevance | path

Searched refs:sctp_cc_functions (Results 1 – 9 of 9) sorted by relevance

/external/usrsctp/usrsctplib/
DMakefile.nmake49 sctp_cc_functions.obj \
132 sctp_cc_functions.obj : netinet\sctp_cc_functions.c $(usrsctp_HEADERS)
133 cl $(CVARSDLL) $(CFLAGS) -c netinet\sctp_cc_functions.c
DMakefile.am53 netinet/sctp_cc_functions.c \
DCMakeLists.txt163 netinet/sctp_cc_functions.c
/external/usrsctp/usrsctplib/netinet/
Dmeson.build6 'sctp_cc_functions.c',
Dsctp_structs.h759 struct sctp_cc_functions { struct
937 struct sctp_cc_functions cc_functions;
Dsctp_cc_functions.c2411 const struct sctp_cc_functions sctp_cc_functions[] = { variable
Dsctp_usrreq.c76 extern const struct sctp_cc_functions sctp_cc_functions[];
4773 stcb->asoc.cc_functions = sctp_cc_functions[av->assoc_value];
4797 stcb->asoc.cc_functions = sctp_cc_functions[av->assoc_value];
Dsctputil.c89 extern const struct sctp_cc_functions sctp_cc_functions[];
1317 stcb->asoc.cc_functions = sctp_cc_functions[inp->sctp_ep.sctp_default_cc_module]; in sctp_init_asoc()
/external/usrsctp/
DAndroid.bp25 "usrsctplib/netinet/sctp_cc_functions.c",