Searched refs:cfg_nat_legacy (Results 1 – 1 of 1) sorted by relevance
912 struct cfg_nat_legacy { struct913 LIST_ENTRY(cfg_nat_legacy) _next;926 struct cfg_nat_legacy *cfg; in ipfw_nat_cfg() argument943 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()