Home
last modified time | relevance | path

Searched refs:TOK_ACCEPT (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/ipfw/
H A Dipfw2.h92 TOK_ACCEPT, enumerator
H A Dipfw2.c267 { "accept", TOK_ACCEPT },
268 { "pass", TOK_ACCEPT },
269 { "allow", TOK_ACCEPT },
270 { "permit", TOK_ACCEPT },
3925 case TOK_ACCEPT: in compile_rule()