Symbol: hostmap_t
usr/src/cmd/ipf/lib/printhostmap.c
4
hostmap_t *hmp;
usr/src/cmd/ipf/tools/ipnat.c
358
hostmap_t hm, *hmp, **maptable;
usr/src/cmd/ipf/tools/ipnat.c
363
maptable = (hostmap_t **)malloc(sizeof (hostmap_t *) *
usr/src/cmd/ipf/tools/ipnat.c
370
sizeof (hostmap_t *) * nsp->ns_hostmap_sz)) {
usr/src/cmd/ipf/tools/ipnat.c
477
hostmap_t hm, *hmp;
usr/src/uts/common/inet/ipf/fil.c
7234
fr_hostmapdel((hostmap_t **)datap);
usr/src/uts/common/inet/ipf/ip_nat.c
151
static hostmap_t *nat_hostmap __P((ipnat_t *, struct in_addr,
usr/src/uts/common/inet/ipf/ip_nat.c
2097
hostmap_t *hm;
usr/src/uts/common/inet/ipf/ip_nat.c
216
KMALLOCS(ifs->ifs_maptable, hostmap_t **,
usr/src/uts/common/inet/ipf/ip_nat.c
217
sizeof(hostmap_t *) * ifs->ifs_ipf_hostmap_sz);
usr/src/uts/common/inet/ipf/ip_nat.c
220
sizeof(hostmap_t *) * ifs->ifs_ipf_hostmap_sz);
usr/src/uts/common/inet/ipf/ip_nat.c
2346
hostmap_t *hm;
usr/src/uts/common/inet/ipf/ip_nat.c
2527
hostmap_t *hm = NULL;
usr/src/uts/common/inet/ipf/ip_nat.c
420
hostmap_t *hm;
usr/src/uts/common/inet/ipf/ip_nat.c
439
KMALLOC(hm, hostmap_t *);
usr/src/uts/common/inet/ipf/ip_nat.c
4637
sizeof(hostmap_t *) * ifs->ifs_ipf_hostmap_sz);
usr/src/uts/common/inet/ipf/ip_nat.c
5492
hostmap_t *hm, *nexthm = NULL, zerohm;
usr/src/uts/common/inet/ipf/ip_nat6.c
117
static hostmap_t *nat6_hostmap __P((ipnat_t *, i6addr_t *, i6addr_t *,
usr/src/uts/common/inet/ipf/ip_nat6.c
214
hostmap_t *hm;
usr/src/uts/common/inet/ipf/ip_nat6.c
242
KMALLOC(hm, hostmap_t *);
usr/src/uts/common/inet/ipf/ip_nat6.c
287
hostmap_t *hm;
usr/src/uts/common/inet/ipf/ip_nat6.c
554
hostmap_t *hm;
usr/src/uts/common/inet/ipf/ip_nat6.c
744
hostmap_t *hm = NULL;
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
389
hostmap_t **ns_maptable;
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
401
hostmap_t *ns_maplist;
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
502
extern void fr_hostmapdel __P((hostmap_t **));
usr/src/uts/common/inet/ipf/netinet/ipf_stack.h
233
hostmap_t **ifs_maptable;
usr/src/uts/common/inet/ipf/netinet/ipf_stack.h
234
hostmap_t *ifs_ipf_hm_maplist;