Home
last modified time | relevance | path

Searched defs:ipnat (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_nat.h179 typedef struct ipnat { struct
180 struct ipnat *in_next; /* NAT rule list next */ argument
181 struct ipnat *in_rnext; /* rdr rule hash next */ argument
183 struct ipnat *in_mnext; /* map rule hash next */ argument
185 struct ipftq *in_tqehead[2];
186 void *in_ifps[2];
187 void *in_apr;
188 char *in_comment;
189 i6addr_t in_next6;
190 u_long in_space;
[all …]
H A Dip_rpcb_pxy.c1179 ipnat_t *ipn, ipnat; local
/illumos-gate/usr/src/cmd/ipf/tools/
H A DMakefile178 ipnat: $(IPNAT_OBJS) $(LIBIPF) $(MAPFILE.NGB) target