/src/sys/net/npf/ |
npf_inet.c | 143 * npf_addr_mask: apply the mask to a given address and store the result. 146 npf_addr_mask(const npf_addr_t *addr, const npf_netmask_t mask, function in typeref:typename:void 214 npf_addr_mask(addr1, mask1, alen, &realaddr1); 218 npf_addr_mask(addr2, mask2, alen, &realaddr2);
|
npf_inet.c | 143 * npf_addr_mask: apply the mask to a given address and store the result. 146 npf_addr_mask(const npf_addr_t *addr, const npf_netmask_t mask, function in typeref:typename:void 214 npf_addr_mask(addr1, mask1, alen, &realaddr1); 218 npf_addr_mask(addr2, mask2, alen, &realaddr2);
|
npf_impl.h | 362 void npf_addr_mask(const npf_addr_t *, const npf_netmask_t,
|
npf_impl.h | 362 void npf_addr_mask(const npf_addr_t *, const npf_netmask_t,
|
npf_nat.c | 443 npf_addr_mask(&np->n_taddr, np->n_tmask, npc->npc_alen, addr);
|
npf_nat.c | 443 npf_addr_mask(&np->n_taddr, np->n_tmask, npc->npc_alen, addr);
|