Searched refs:st_cmds (Results 1 – 1 of 1) sorted by relevance
92 static struct sock_test_cmd_s st_cmds[] = { variable313 for (i = 0; st_cmds[i].st_cmd != NULL; i++) { in st_interpret()314 if (strcmp(cmd, st_cmds[i].st_cmd) == 0) { in st_interpret()315 return (st_cmds[i].st_fn()); in st_interpret()