Home
last modified time | relevance | path

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

/src/sbin/pfctl/
H A Dparse.y581 int parseport(char *, struct range *r, int);
4365 if (parseport($1, &$$, 0) == -1) {
4374 if (parseport($1, &$$, PPORT_RANGE) == -1) {
4987 if (parseport($1, &$$, PPORT_RANGE|PPORT_STAR) == -1) {
8032 parseport(char *port, struct range *r, int extensions) in parseport() function
/src/contrib/tnftp/
H A DChangeLog1069 * implement parseport(), which takes a string and attempts to
1071 * use parseport() in parse_url() and hookup()