Home
last modified time | relevance | path

Searched defs:action (Results 1 – 6 of 6) sorted by relevance

/mOS-networking-stack/core/src/include/
H A Dtcp_stream_queue.h10 #define SQ_LOCK_INIT(lock, errmsg, action); \ argument
19 #define SQ_LOCK_INIT(lock, errmsg, action); \ argument
30 #define SQ_LOCK_INIT(lock, errmsg, action) (void) 0 argument
H A Dmtcp.h117 #define SBUF_LOCK_INIT(lock, errmsg, action); \ argument
126 #define SBUF_LOCK_INIT(lock, errmsg, action); \ argument
/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dlemon.c214 struct action { struct
216 enum e_action { argument
230 struct action *next; /* Next action for this state */ argument
231 struct action *collide; /* Next action with the same hash */ argument
436 int action; /* Action to take on the given lookahead */ member
477 PRIVATE void acttab_action(acttab *p, int lookahead, int action){ in acttab_action()
3352 int action; local
3363 int action; local
3381 int action = acttab_yyaction(pActtab, i); local
/mOS-networking-stack/samples/simple_firewall/
H A Dsimple_firewall.c340 FRAction action; in ApplyActionPerFlow() local
/mOS-networking-stack/core/src/bpf/
H A Dsf_grammar.c258 pfaction_to_num(const char *action) in pfaction_to_num()
293 pfaction_to_num(const char *action) in pfaction_to_num()
H A Dsf_gencode.c7530 struct block *gen_pf_action(int action) in gen_pf_action()
7579 struct block *gen_pf_action(int action) in gen_pf_action()