diff options
| author | Cy Schubert <cy@FreeBSD.org> | 2022-11-14 23:58:02 +0000 |
|---|---|---|
| committer | Cy Schubert <cy@FreeBSD.org> | 2022-11-15 21:11:16 +0000 |
| commit | 1ffab636dac8e52d4b3d5a2cb40c93a229404ffd (patch) | |
| tree | 6463492c9065e74d912a7201acfa6392e5715130 | |
| parent | 2ff447ee3b6c94a664d7604fb7b5334a702fb79e (diff) | |
| -rw-r--r-- | sys/netpfil/ipfilter/netinet/radix_ipf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netpfil/ipfilter/netinet/radix_ipf.c b/sys/netpfil/ipfilter/netinet/radix_ipf.c index 031452da9f45..0ab4431c21ca 100644 --- a/sys/netpfil/ipfilter/netinet/radix_ipf.c +++ b/sys/netpfil/ipfilter/netinet/radix_ipf.c @@ -54,6 +54,8 @@ static ipf_rdx_node_t *ipf_rx_match(ipf_rdx_head_t *, addrfamily_t *); /* ------------------------------------------------------------------------ */ /* Function: count_mask_bits */ /* Returns: number of consecutive bits starting at "mask". */ +/* Parameters: mask(I) - netmask */ +/* lastp(I) - pointer to last word with a bit set */ /* */ /* Count the number of bits set in the address section of addrfamily_t and */ /* return both that number and a pointer to the last word with a bit set if */ |
