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()684 struct nat44_cfg_spool *ser_s; in nat44_get_cfg() local750 ser_s = (struct nat44_cfg_spool *)ipfw_get_sopt_space( in nat44_get_cfg()751 sd, sizeof(*ser_s)); in nat44_get_cfg()753 ser_s->addr = s->addr; in nat44_get_cfg()754 ser_s->port = s->port; in nat44_get_cfg()1029 struct cfg_spool_legacy *ser_s; in ipfw_nat_get_cfg() local[all …]