Home
last modified time | relevance | path

Searched refs:sctptest_scriptCommand (Results 1 – 3 of 3) sorted by relevance

/dports/net/sctplib/sctplib-1.0.26/sctplib/programs/
H A Dsctptest.h64 struct sctptest_scriptCommand struct
86 int getScriptCommand(FILE *, struct sctptest_scriptCommand *, unsigned int *, unsigned int *, int m… argument
89 void printCommand(struct sctptest_scriptCommand *, unsigned int);
91 int processScriptCommand(struct sctptest_scriptCommand *, unsigned int, int);
93 char *getStrParam(struct sctptest_scriptCommand *, const char *, unsigned int *, int, unsigned int);
95 unsigned long getIntParam(struct sctptest_scriptCommand *, const char *, unsigned long,
H A Dparser.c74 int getScriptCommand(FILE *scriptFile, struct sctptest_scriptCommand *scriptCommand, in getScriptCommand()
275 void printCommand(struct sctptest_scriptCommand *sc, unsigned int lineNum) in printCommand()
H A Dtestengine.c79 struct sctptest_scriptCommand scriptCommand; in sctptest_start()
181 int processScriptCommand(struct sctptest_scriptCommand *sc, unsigned int lineNum, int mode) in processScriptCommand()
736 char *getStrParam(struct sctptest_scriptCommand *sc, const char *key, unsigned int *err, in getStrParam()
782 unsigned long getIntParam(struct sctptest_scriptCommand *sc, const char *key, unsigned long lowLimi… in getIntParam()