Home
last modified time | relevance | path

Searched refs:ipf_interror (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_scan.c110 ipf_interror = 90001;
126 ipf_interror = 90002;
171 ipf_interror = 90003;
220 ipf_interror = 90004;
606 ipf_interror = 90005;
H A Dip_fil_freebsd.c305 V_ipfmain.ipf_interror = 130001;
313 V_ipfmain.ipf_interror = 130002;
320 V_ipfmain.ipf_interror = 130003;
328 V_ipfmain.ipf_interror = 130004;
H A Dip_fil.h1578 int ipf_interror; /* Should be in a struct that is per */ member
1656 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \
H A Dfil.c4747 softc->ipf_interror = 145;
6222 error = BCOPYOUT(&softc->ipf_interror, data,
6223 sizeof(softc->ipf_interror));
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipftest.c348 (u_int)cmd, data, i, softc->ipf_interror); in ipftestioctl()
486 (u_int)cmd, data, i, softc->ipf_interror); in ipooltestioctl()