Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/npppctl/
H A Dparser.h52 enum protocol parse_protocol(const char *);
H A Dparser.c247 if ((res.protocol = parse_protocol(word)) == in match_token()
323 parse_protocol(const char *str) in parse_protocol() function
H A Dnpppctl.c407 result->protocol != parse_protocol(who->tunnel_proto) ) in filter_match()