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

  /src/external/bsd/ipf/dist/lib/
ipf_perror.c 28 if ((*iocfunc)(fd, SIOCIPFINTERROR, &realerr) == -1)
interror.c 70 { 40, "bcopyout failed for SIOCIPFINTERROR" },
558 if ((*func)(fd, SIOCIPFINTERROR, &errnum) == 0) {
  /src/sys/external/bsd/ipf/netinet/
ip_fil.h 79 # define SIOCIPFINTERROR _IOR('r', 98, int)
119 # define SIOCIPFINTERROR _IOR(r, 98, int)
ip_fil_netbsd.c 702 if (unit != IPL_LOGIPF && cmd != SIOCIPFINTERROR) {
709 cmd != SIOCIPFINTERROR) {
fil.c 6052 /* SIOCIPFINTERROR so that the same code isn't required in every handler. */
6065 case SIOCIPFINTERROR :

Completed in 29 milliseconds