Home
last modified time | relevance | path

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

/f-stack/tools/ipfw/
H A Dnat.c356 struct nat44_cfg_redir *r; in setup_redir_addr()
360 r = (struct nat44_cfg_redir *)buf; in setup_redir_addr()
364 space = sizeof(struct nat44_cfg_redir); in setup_redir_addr()
418 struct nat44_cfg_redir *r; in setup_redir_port()
426 r = (struct nat44_cfg_redir *)buf; in setup_redir_port()
430 space = sizeof(struct nat44_cfg_redir); in setup_redir_port()
582 struct nat44_cfg_redir *r; in setup_redir_proto()
586 r = (struct nat44_cfg_redir *)buf; in setup_redir_proto()
590 space = sizeof(struct nat44_cfg_redir); in setup_redir_proto()
649 struct nat44_cfg_redir *t; in nat_show_cfg()
[all …]
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_nat.c197 struct nat44_cfg_redir *ser_r; in add_redir_spool_cfg()
203 ser_r = (struct nat44_cfg_redir *)&buf[off]; in add_redir_spool_cfg()
218 off += sizeof(struct nat44_cfg_redir); in add_redir_spool_cfg()
599 if (sd->valsize < read + ucfg->redir_cnt*sizeof(struct nat44_cfg_redir)) in nat44_cfg()
680 struct nat44_cfg_redir *ser_r; in nat44_get_cfg()
713 sz += sizeof(struct nat44_cfg_redir); in nat44_get_cfg()
732 ser_r = (struct nat44_cfg_redir *)ipfw_get_sopt_space(sd, in nat44_get_cfg()
929 struct nat44_cfg_redir *urdir; in ipfw_nat_cfg()
965 urdir = (struct nat44_cfg_redir *)(ucfg + 1); in ipfw_nat_cfg()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h529 struct nat44_cfg_redir { struct
/f-stack/freebsd/netinet/
H A Dip_fw.h529 struct nat44_cfg_redir { struct