Home
last modified time | relevance | path

Searched refs:ENF_PUSHLIT (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_pf.c302 case ENF_PUSHLIT:
387 if (action == ENF_PUSHLIT ||
430 pf_emit(ENF_PUSHLIT | ENF_AND); in pf_compare_value()
433 pf_emit(ENF_PUSHLIT | ENF_EQ); in pf_compare_value()
439 pf_emit(ENF_PUSHLIT | ENF_AND); in pf_compare_value()
442 pf_emit(ENF_PUSHLIT | ENF_EQ); in pf_compare_value()
449 pf_emit(ENF_PUSHLIT | ENF_EQ); in pf_compare_value()
455 pf_emit(ENF_PUSHLIT | ENF_EQ); in pf_compare_value()
464 pf_emit(ENF_PUSHLIT | ENF_EQ); in pf_compare_value()
486 pf_emit(ENF_PUSHLIT | ENF_EQ); in pf_compare_value_v6()
[all …]
/titanic_41/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddlpi.c51 ENF_PUSHLIT | ENF_CAND,
58 ENF_PUSHLIT | ENF_CAND,
67 ENF_PUSHLIT | ENF_CAND,
/titanic_41/usr/src/uts/common/sys/
H A Dpfmod.h108 #define ENF_PUSHLIT 1 /* Push the next word on the stack */ macro
/titanic_41/usr/src/uts/common/io/
H A Dpfmod.c425 case ENF_PUSHLIT: in pfioctl()
531 case ENF_PUSHLIT: in FilterPacket()