HomeSort by: relevance | last modified time | path
    Searched refs:ipf_interror (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
ip_scan.c 125 ipf_interror = 90001;
141 ipf_interror = 90002;
186 ipf_interror = 90003;
235 ipf_interror = 90004;
621 ipf_interror = 90005;
ip_fil_netbsd.c 455 ipfmain.ipf_interror = 130014;
685 ipfmain.ipf_interror = 130005;
690 ipfmain.ipf_interror = 130001;
697 ipfmain.ipf_interror = 130002;
703 ipfmain.ipf_interror = 130003;
710 ipfmain.ipf_interror = 130004;
2094 ipfmain.ipf_interror = 130006;
2104 ipfmain.ipf_interror = 130007;
2120 ipfmain.ipf_interror = 130008;
2126 ipfmain.ipf_interror = 130009
    [all...]
ip_fil.h 1616 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); \
fil.c 6066 error = BCOPYOUT(&softc->ipf_interror, data,
6067 sizeof(softc->ipf_interror));
8885 * ipf_interror should be set by the functions called here, not
8975 * ipf_interror isn't set here because it should be set
  /src/external/bsd/ipf/dist/
ip_scan.c 120 ipf_interror = 90001;
136 ipf_interror = 90002;
181 ipf_interror = 90003;
230 ipf_interror = 90004;
616 ipf_interror = 90005;
  /src/external/bsd/ipf/dist/tools/
ipftest.c 372 (u_int)cmd, data, i, softc->ipf_interror);
510 (u_int)cmd, data, i, softc->ipf_interror);
529 cmd, data, i, softc->ipf_interror);
644 cmd, data, i, softc->ipf_interror);

Completed in 43 milliseconds