Home
last modified time | relevance | path

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

/freebsd/sbin/ipfw/
H A Dnat.c760 nat_port_alias_parse(char *str, u_short *lpout, u_short *hpout) { in nat_port_alias_parse() function
962 if (!nat_port_alias_parse(av[0], &lp, &hp)) in ipfw_config_nat()