Home
last modified time | relevance | path

Searched refs:origlength (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/usr.sbin/npf/npfctl/
Dnpf_bpf_comp.c530 unsigned nwords, origlength, length, maxmask, off; in npfctl_bpf_cidr() local
557 length = origlength = (mask == NPF_NO_NETMASK) ? maxmask : mask; in npfctl_bpf_cidr()
606 if (i + 1 == (origlength + 31)/32) { in npfctl_bpf_cidr()
609 jf = 2*((origlength + 31)/32 - i - 1); in npfctl_bpf_cidr()
610 if (origlength % 32 != 0 && wordmask == 0) in npfctl_bpf_cidr()
632 ctx->multiword = (origlength + 31)/32 > 1; in npfctl_bpf_cidr()