Home | History | Annotate | Download | only in netinet

Lines Matching defs:ipnat

125 	struct	ipnat	*nat_ptr;	/* pointer back to the rule */
234 * This structure represents an actual NAT rule, loaded by ipnat.
236 typedef struct ipnat {
238 struct ipnat *in_next; /* NAT rule list next */
239 struct ipnat **in_pnext; /* prior rdr next ptr */
240 struct ipnat *in_rnext; /* rdr rule hash next */
241 struct ipnat **in_prnext; /* prior rdr next ptr */
242 struct ipnat *in_mnext; /* map rule hash next */
243 struct ipnat **in_pmnext; /* prior map next ptr */
433 struct ipnat ipn_ipnat;
458 struct ipnat *hm_ipnat;