Searched refs:ipf_interror (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/
H A Dmls_ipl.c320 ipfmain.ipf_interror = 130006;
327 ipfmain.ipf_interror = 130007;
343 ipfmain.ipf_interror = 130008;
349 ipfmain.ipf_interror = 130009;
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dip_scan.c118 ipf_interror = 90001;
134 ipf_interror = 90002;
179 ipf_interror = 90003;
228 ipf_interror = 90004;
614 ipf_interror = 90005;
H A Dip_fil_freebsd.c308 ipfmain.ipf_interror = 130001;
315 ipfmain.ipf_interror = 130002;
321 ipfmain.ipf_interror = 130003;
328 ipfmain.ipf_interror = 130004;
H A Dip_fil.h1616 int ipf_interror; /* Should be in a struct that is per */ member in struct:ipf_main_softc_s
1707 #define IPFERROR(_e) do { softc->ipf_interror = (_e); \
H A Dfil.c4712 softc->ipf_interror = 145;
6197 error = BCOPYOUT(&softc->ipf_interror, data,
6198 sizeof(softc->ipf_interror));
9125 * ipf_interror should be set by the functions called here, not
9220 * ipf_interror isn't set here because it should be set
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipftest.c371 (u_int)cmd, data, i, softc->ipf_interror);
509 (u_int)cmd, data, i, softc->ipf_interror);
528 cmd, data, i, softc->ipf_interror);
643 cmd, data, i, softc->ipf_interror);

Completed in 127 milliseconds