Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_nat.c895 struct cfg_redir_legacy { struct
920 LIST_HEAD(, cfg_redir_legacy) redir_chain; argument
928 struct cfg_redir_legacy *rdir; in ipfw_nat_cfg()
966 rdir = (struct cfg_redir_legacy *)(cfg + 1); in ipfw_nat_cfg()
1023 struct cfg_redir_legacy *ser_r; in ipfw_nat_get_cfg()
1039 len += sizeof(struct cfg_redir_legacy); in ipfw_nat_get_cfg()
1067 ser_r = (struct cfg_redir_legacy *)&data[len]; in ipfw_nat_get_cfg()
1079 len += sizeof(struct cfg_redir_legacy); in ipfw_nat_get_cfg()