Lines Matching refs:hostmap_t
237 static hostmap_t *ipf_nat_hostmap(ipf_nat_softc_t *, ipnat_t *,
431 KMALLOCS(softn->ipf_hm_maptable, hostmap_t **, \
432 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
436 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
575 sizeof(hostmap_t *) * softn->ipf_nat_hostmap_sz);
769 hostmap_t *hm;
792 KMALLOC(hm, hostmap_t *);
2595 hostmap_t *hm;
2857 hostmap_t *hm;
3064 hostmap_t *hm = NULL;
6520 hostmap_t *hm, *nexthm = NULL, zerohm;
8158 hostmap_t *hm, **newtab;
8169 KMALLOCS(newtab, hostmap_t **, newsize * sizeof(hostmap_t *));
8175 bzero((char *)newtab, newsize * sizeof(hostmap_t *));
8180 softn->ipf_nat_hostmap_sz * sizeof(hostmap_t *));