Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_nat.c912 struct cfg_nat_legacy { struct
913 LIST_ENTRY(cfg_nat_legacy) _next;
926 struct cfg_nat_legacy *cfg; in ipfw_nat_cfg() argument
943 error = sooptcopyin(sopt, buf, len, sizeof(struct cfg_nat_legacy)); in ipfw_nat_cfg()
947 cfg = (struct cfg_nat_legacy *)buf; in ipfw_nat_cfg()
1020 struct cfg_nat_legacy *ucfg; in ipfw_nat_get_cfg()
1037 len += sizeof(struct cfg_nat_legacy); in ipfw_nat_get_cfg()
1059 ucfg = (struct cfg_nat_legacy *)&data[len]; in ipfw_nat_get_cfg()
1065 len += sizeof(struct cfg_nat_legacy); in ipfw_nat_get_cfg()