Searched refs:ser_s (Results 1 – 1 of 1) sorted by relevance
198 struct nat44_cfg_spool *ser_s; in add_redir_spool_cfg() local258 ser_s = (struct nat44_cfg_spool *)&buf[off]; in add_redir_spool_cfg()260 s->addr = ser_s->addr; in add_redir_spool_cfg()261 s->port = ser_s->port; in add_redir_spool_cfg()687 struct nat44_cfg_spool *ser_s; in nat44_get_cfg() local753 ser_s = (struct nat44_cfg_spool *)ipfw_get_sopt_space( in nat44_get_cfg()754 sd, sizeof(*ser_s)); in nat44_get_cfg()756 ser_s->addr = s->addr; in nat44_get_cfg()757 ser_s->port = s->port; in nat44_get_cfg()1030 struct cfg_spool_legacy *ser_s; in ipfw_nat_get_cfg() local[all …]