Home
last modified time | relevance | path

Searched refs:PFRES_STATEINS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dpflog.h64 #define PFRES_STATEINS 11 macro
H A Dprint-pflog.c46 { PFRES_STATEINS, "11(state-insert)" },
/freebsd/contrib/libpcap/
H A Dpflog.h64 #define PFRES_STATEINS 11 macro
H A Dgrammar.y.in278 { PFRES_STATEINS, "state-insert" },
/freebsd/sys/netpfil/pf/
H A Dpf.h159 #define PFRES_STATEINS 11 /* State insertion failure */ macro
H A Dpf.c6221 REASON_SET(&reason, PFRES_STATEINS); in pf_create_state()