Lines Matching defs:nat
40 * We only allow one show nat/persist command running at any time. Note that
164 ilb_nat_entry_t *nat;
166 nat = &kcmd->entries[i];
168 nat_ret->nat_proto = nat->proto;
170 nat_ret->nat_in_local = nat->in_local;
171 nat_ret->nat_in_global = nat->in_global;
172 nat_ret->nat_out_local = nat->out_local;
173 nat_ret->nat_out_global = nat->out_global;
175 nat_ret->nat_in_local_port = nat->in_local_port;
176 nat_ret->nat_in_global_port = nat->in_global_port;
177 nat_ret->nat_out_local_port = nat->out_local_port;
178 nat_ret->nat_out_global_port = nat->out_global_port;