Searched refs:NPFVAR_PORT_RANGE (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_var.h37 #define NPFVAR_PORT_RANGE 4 macro
40 #define NPFVAR_PRIM NPFVAR_PORT_RANGE
58 [NPFVAR_PORT_RANGE] = "port-range",
H A Dnpf_data.c282 return npfvar_create_element(NPFVAR_PORT_RANGE, &pr, sizeof(pr));
303 case NPFVAR_PORT_RANGE:
305 npfvar_add_element(pvp, NPFVAR_PORT_RANGE, pr,
H A Dnpf_build.c225 pr = npfvar_get_data(vp, NPFVAR_PORT_RANGE, 0);
317 case NPFVAR_PORT_RANGE: {

Completed in 92 milliseconds