HomeSort by: relevance | last modified time | path
    Searched refs:ipf_interror (Results 1 - 4 of 4) 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 6065 error = BCOPYOUT(&softc->ipf_interror, data,
6066 sizeof(softc->ipf_interror));
8884 * ipf_interror should be set by the functions called here, not
8974 * ipf_interror isn't set here because it should be set

Completed in 23 milliseconds