Searched refs:parse_hostcond (Results 1 – 3 of 3) sorted by relevance
24 void *parse_hostcond(char *addr, bool is_port);
308 yylval = (void*)parse_hostcond(curtok, tok_type == SPORT || tok_type == DPORT); in yylex()
1524 void *parse_hostcond(char *addr, bool is_port) in parse_hostcond() function