HomeSort by: relevance | last modified time | path
    Searched defs:npfctl_load (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/npf/
npf_ctl.c 564 * npfctl_load: store passed data i.e. the update settings, create the
568 npfctl_load(npf_t *npf, const nvlist_t *req, nvlist_t *resp) function in typeref:typename:int
868 error = npfctl_load(npf, req, resp);
  /src/usr.sbin/npf/npfctl/
npfctl.c 63 NPFCTL_LOAD,
325 npfctl_load(int fd) function in typeref:typename:int
508 case NPFCTL_LOAD:
510 ret = npfctl_load(fd);
571 { "load", NPFCTL_LOAD },

Completed in 39 milliseconds