Home
last modified time | relevance | path

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

/f-stack/freebsd/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.c295 V_ipfmain.ipf_interror = 130001;
303 V_ipfmain.ipf_interror = 130002;
310 V_ipfmain.ipf_interror = 130003;
318 V_ipfmain.ipf_interror = 130004;
H A Dip_fil.h1531 int ipf_interror; /* Should be in a struct that is per */ member
1609 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \
H A Dfil.c4745 softc->ipf_interror = 145;
6220 error = BCOPYOUT(&softc->ipf_interror, data,
6221 sizeof(softc->ipf_interror));