Home
last modified time | relevance | path

Searched refs:ipfe_cmd (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprintipfexpr.c23 if (ipfe->ipfe_cmd == IPF_EXP_END)
28 switch (ipfe->ipfe_cmd)
123 ipfe->ipfe_cmd, ipfe->ipfe_narg);
H A Dparseipfexpr.c137 ipfe->ipfe_cmd = e->ipoe_cmd;
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipnat.c716 if (e->ipfe_cmd == IPF_EXP_END)
720 p = e->ipfe_cmd >> 16;
724 switch (e->ipfe_cmd)
H A Dipfstat.c2212 if (e->ipfe_cmd == IPF_EXP_END)
2223 p = e->ipfe_cmd >> 16;
2227 switch (e->ipfe_cmd)
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_fil.h1557 int ipfe_cmd; member
H A Dip_state.c4956 p = e->ipfe_cmd >> 16; in ipf_state_matcharray()
4960 switch (e->ipfe_cmd) in ipf_state_matcharray()
H A Dfil.c8549 if (e->ipfe_cmd == IPF_EXP_END) in ipf_fr_matcharray()
8559 p = e->ipfe_cmd >> 16; in ipf_fr_matcharray()
8563 switch (e->ipfe_cmd) in ipf_fr_matcharray()