Home
last modified time | relevance | path

Searched refs:nats (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/ipfw3_nat/
H A Dip_fw3_nat.c161 nat = nat_ctx->nats[nat_id - 1]; in check_nat()
486 nat = nat_ctx->nats[i]; in ip_fw3_ctl_nat_get_cfg()
533 if (nat_ctx->nats[n] == NULL) in ip_fw3_ctl_nat_get_record()
535 the = nat_ctx->nats[n]; in ip_fw3_ctl_nat_get_record()
589 if (nat_ctx->nats[n] == NULL) in ip_fw3_ctl_nat_get_record()
591 the = nat_ctx->nats[n]; in ip_fw3_ctl_nat_get_record()
645 if (nat_ctx->nats[n] == NULL) in ip_fw3_ctl_nat_get_record()
647 the = nat_ctx->nats[n]; in ip_fw3_ctl_nat_get_record()
764 nat_ctx->nats[ioc->id - 1] = nat; in nat_add_dispatch()
797 nat = nat_ctx->nats[msg->id - 1]; in nat_del_dispatch()
[all …]
H A Dip_fw3_nat.h139 struct cfg_nat *nats[NAT_ID_MAX]; member