Searched refs:from_where (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/ |
D | setup_modules.py | 67 def import_module(module, from_where): argument 70 from_module = __import__(from_where, globals(), locals(), [module])
|
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 7167 int control_only, int from_where, 8407 int control_only, int from_where, argument 8828 if (from_where == 0) { 9099 if (from_where == 0) { 9441 if (from_where == 0) { 10595 int from_where, argument 10637 if (from_where == SCTP_OUTPUT_FROM_USR_SEND) { 10671 if (from_where == SCTP_OUTPUT_FROM_COOKIE_ACK) { 10678 from_where, 10681 } else if (from_where != SCTP_OUTPUT_FROM_HB_TMR) { [all …]
|