Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ippool/
H A Dippool_y.y50 static iphtent_t *add_htablehosts(char *);
280 | YY_STR { $$ = add_htablehosts($1);
358 | YY_STR { $$ = add_htablehosts($1);
674 add_htablehosts(char *url) in add_htablehosts() function