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

  /src/usr.sbin/npf/npfctl/
npf_var.h 37 #define NPFVAR_PORT_RANGE 4
40 #define NPFVAR_PRIM NPFVAR_PORT_RANGE
59 [NPFVAR_PORT_RANGE] = "port-range",
npf_data.c 328 return npfvar_create_element(NPFVAR_PORT_RANGE, &pr, sizeof(pr));
349 case NPFVAR_PORT_RANGE:
351 npfvar_add_element(pvp, NPFVAR_PORT_RANGE, pr,
npf_build.c 236 pr = npfvar_get_data(vp, NPFVAR_PORT_RANGE, 0);
337 case NPFVAR_PORT_RANGE: {

Completed in 12 milliseconds