Symbol: nat44_cfg_nat
sbin/ipfw/nat.c
1024
nat_show_data(struct nat44_cfg_nat *cfg, void *arg)
sbin/ipfw/nat.c
1037
nat_show_cfg((struct nat44_cfg_nat *)(oh + 1), NULL);
sbin/ipfw/nat.c
1042
nat_show_log((struct nat44_cfg_nat *)(oh + 1), NULL);
sbin/ipfw/nat.c
1063
const struct nat44_cfg_nat *ia, *ib;
sbin/ipfw/nat.c
1065
ia = (const struct nat44_cfg_nat *)a;
sbin/ipfw/nat.c
1066
ib = (const struct nat44_cfg_nat *)b;
sbin/ipfw/nat.c
1080
struct nat44_cfg_nat *cfg;
sbin/ipfw/nat.c
1085
sz = sizeof(*olh) + 16 * sizeof(struct nat44_cfg_nat);
sbin/ipfw/nat.c
1103
cfg = (struct nat44_cfg_nat*)(olh + 1);
sbin/ipfw/nat.c
1106
cfg = (struct nat44_cfg_nat *)((caddr_t)cfg +
sbin/ipfw/nat.c
1121
struct nat44_cfg_nat *cfg;
sbin/ipfw/nat.c
1130
cfg = (struct nat44_cfg_nat *)(oh + 1);
sbin/ipfw/nat.c
1192
nat_show_cfg((struct nat44_cfg_nat *)(oh + 1), NULL);
sbin/ipfw/nat.c
46
typedef int (nat_cb_t)(struct nat44_cfg_nat *cfg, void *arg);
sbin/ipfw/nat.c
47
static void nat_show_cfg(struct nat44_cfg_nat *n, void *arg);
sbin/ipfw/nat.c
48
static void nat_show_log(struct nat44_cfg_nat *n, void *arg);
sbin/ipfw/nat.c
49
static int nat_show_data(struct nat44_cfg_nat *cfg, void *arg);
sbin/ipfw/nat.c
626
nat_show_log(struct nat44_cfg_nat *n, void *arg __unused)
sbin/ipfw/nat.c
636
nat_show_cfg(struct nat44_cfg_nat *n, void *arg __unused)
sbin/ipfw/nat.c
785
struct nat44_cfg_nat *n; /* Nat instance configuration. */
sbin/ipfw/nat.c
82
set_addr_dynamic(const char *ifn, struct nat44_cfg_nat *n)
sbin/ipfw/nat.c
882
n = (struct nat44_cfg_nat *)(oh + 1);
sys/netpfil/ipfw/ip_fw_nat.c
494
nat44_config(struct ip_fw_chain *chain, struct nat44_cfg_nat *ucfg)
sys/netpfil/ipfw/ip_fw_nat.c
574
struct nat44_cfg_nat *ucfg;
sys/netpfil/ipfw/ip_fw_nat.c
589
ucfg = (struct nat44_cfg_nat *)(oh + 1);
sys/netpfil/ipfw/ip_fw_nat.c
655
export_nat_cfg(struct cfg_nat *ptr, struct nat44_cfg_nat *ucfg)
sys/netpfil/ipfw/ip_fw_nat.c
679
struct nat44_cfg_nat *ucfg;
sys/netpfil/ipfw/ip_fw_nat.c
698
ucfg = (struct nat44_cfg_nat *)(oh + 1);
sys/netpfil/ipfw/ip_fw_nat.c
714
sz = sizeof(ipfw_obj_header) + sizeof(struct nat44_cfg_nat);
sys/netpfil/ipfw/ip_fw_nat.c
776
struct nat44_cfg_nat *ucfg;
sys/netpfil/ipfw/ip_fw_nat.c
791
olh->objsize = sizeof(struct nat44_cfg_nat);
sys/netpfil/ipfw/ip_fw_nat.c
800
ucfg = (struct nat44_cfg_nat *)ipfw_get_sopt_space(sd,
sys/netpfil/ipfw/ip_fw_nat.c
823
struct nat44_cfg_nat *ucfg;
sys/netpfil/ipfw/ip_fw_nat.c
839
ucfg = (struct nat44_cfg_nat *)(oh + 1);
sys/netpfil/ipfw/ip_fw_nat.c
860
ucfg->size = sizeof(struct nat44_cfg_nat) + LIBALIAS_BUF_SIZE;
sys/netpfil/ipfw/ip_fw_nat.c
930
struct nat44_cfg_nat *ucfg;
sys/netpfil/ipfw/ip_fw_nat.c
956
ucfg = (struct nat44_cfg_nat *)&buf[roundup2(len, 8)];