Searched refs:hostmap_t (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/ipf/tools/ |
H A D | ipnat.c | 371 hostmap_t hm, *hmp, **maptable; 376 maptable = (hostmap_t **)malloc(sizeof(hostmap_t *) * 383 sizeof(hostmap_t *) * nsp->ns_hostmap_sz)) { 492 hostmap_t hm, *hmp;
|
/titanic_44/usr/src/cmd/ipf/lib/common/ |
H A D | printhostmap.c | 4 hostmap_t *hmp; in printhostmap()
|
/titanic_44/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_nat.h | 352 } hostmap_t; typedef 389 hostmap_t **ns_maptable; 401 hostmap_t *ns_maplist; 502 extern void fr_hostmapdel __P((hostmap_t **));
|
H A D | ipf_stack.h | 227 hostmap_t **ifs_maptable; 228 hostmap_t *ifs_ipf_hm_maplist;
|
/titanic_44/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 117 static hostmap_t *nat6_hostmap __P((ipnat_t *, i6addr_t *, i6addr_t *, 214 hostmap_t *hm; 242 KMALLOC(hm, hostmap_t *); 287 hostmap_t *hm; 554 hostmap_t *hm; 744 hostmap_t *hm = NULL;
|
H A D | ip_nat.c | 151 static hostmap_t *nat_hostmap __P((ipnat_t *, struct in_addr, 216 KMALLOCS(ifs->ifs_maptable, hostmap_t **, 217 sizeof(hostmap_t *) * ifs->ifs_ipf_hostmap_sz); 220 sizeof(hostmap_t *) * ifs->ifs_ipf_hostmap_sz); 420 hostmap_t *hm; 439 KMALLOC(hm, hostmap_t *); 2097 hostmap_t *hm; 2346 hostmap_t *hm; 2527 hostmap_t *hm = NULL; 4637 sizeof(hostmap_t *) * ifs->ifs_ipf_hostmap_sz); [all …]
|
H A D | fil.c | 7232 fr_hostmapdel((hostmap_t **)datap);
|