Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/tcpdump/
HDpflog.h64 #define PFRES_STATEINS 11 macro
HDprint-pflog.c46 { PFRES_STATEINS, "11(state-insert)" },
/freebsd-13-stable/contrib/libpcap/
HDpflog.h64 #define PFRES_STATEINS 11 macro
HDgrammar.y.in278 { PFRES_STATEINS, "state-insert" },
/freebsd-13-stable/sys/netpfil/pf/
HDpf.h151 #define PFRES_STATEINS 11 /* State insertion failure */ macro
HDpf.c4688 REASON_SET(&reason, PFRES_STATEINS); in pf_create_state()