Searched refs:action (Results 1 – 7 of 7) sorted by relevance
| /mOS-networking-stack/samples/lighttpd-1.4.32/ |
| H A D | ar-lib | 139 action=$1 151 action=${action#-} 161 while test -n "$action" 163 case $action in 178 action=${action#?}
|
| /mOS-networking-stack/core/src/include/ |
| H A D | tcp_stream_queue.h | 10 #define SQ_LOCK_INIT(lock, errmsg, action); \ argument 13 action; \ 19 #define SQ_LOCK_INIT(lock, errmsg, action); \ argument 22 action; \ 30 #define SQ_LOCK_INIT(lock, errmsg, action) (void) 0 argument
|
| H A D | mtcp.h | 117 #define SBUF_LOCK_INIT(lock, errmsg, action); \ argument 120 action; \ 126 #define SBUF_LOCK_INIT(lock, errmsg, action); \ argument 129 action; \
|
| /mOS-networking-stack/samples/lighttpd-1.4.32/src/ |
| H A D | lemon.c | 214 struct action { struct 366 freelist = (struct action *)malloc( sizeof(struct action)*amt ); in Action_new() 381 struct action *ap1; in actioncmp() 382 struct action *ap2; 397 struct action *ap; in Action_sort() 404 struct action **app; in Action_add() 499 p->aLookahead[p->nLookahead].action = action; in acttab_action() 561 if( p->aLookahead[j].action!=p->aAction[k].action ) break; in acttab_insert() 1003 struct action *apx; in resolve_conflict() 1004 struct action *apy; [all …]
|
| /mOS-networking-stack/samples/simple_firewall/ |
| H A D | simple_firewall.c | 340 FRAction action; in ApplyActionPerFlow() local 346 action = FWRLookup(p.iph->saddr, p.iph->daddr, in ApplyActionPerFlow() 349 if (action == FRA_DROP) { in ApplyActionPerFlow() 352 assert(action == FRA_ACCEPT); in ApplyActionPerFlow()
|
| /mOS-networking-stack/core/src/bpf/ |
| H A D | sf_grammar.c | 258 pfaction_to_num(const char *action) in pfaction_to_num() argument 260 if (sfbpf_strcasecmp(action, "pass") == 0 || in pfaction_to_num() 261 sfbpf_strcasecmp(action, "accept") == 0) in pfaction_to_num() 263 else if (sfbpf_strcasecmp(action, "drop") == 0 || in pfaction_to_num() 264 sfbpf_strcasecmp(action, "block") == 0) in pfaction_to_num() 267 else if (sfbpf_strcasecmp(action, "rdr") == 0) in pfaction_to_num() 269 else if (sfbpf_strcasecmp(action, "nat") == 0) in pfaction_to_num() 271 else if (sfbpf_strcasecmp(action, "binat") == 0) in pfaction_to_num() 273 else if (sfbpf_strcasecmp(action, "nordr") == 0) in pfaction_to_num() 293 pfaction_to_num(const char *action) in pfaction_to_num() argument
|
| H A D | sf_gencode.c | 7530 struct block *gen_pf_action(int action) in gen_pf_action() argument 7540 b0 = gen_cmp(OR_LINK, offsetof(struct pfloghdr, action), BPF_B, (bpf_int32) action); in gen_pf_action() 7579 struct block *gen_pf_action(int action) in gen_pf_action() argument
|