Searched refs:parseport (Results 1 – 2 of 2) sorted by relevance
/freebsd/sbin/pfctl/ |
H A D | parse.y | 507 int parseport(char *, struct range *r, int); 3953 if (parseport($1, &$$, 0) == -1) { 3962 if (parseport($1, &$$, PPORT_RANGE) == -1) { 4575 if (parseport($1, &$$, PPORT_RANGE|PPORT_STAR) == -1) { 7296 parseport(char *port, struct range *r, int extensions) in parseport() function
|
/freebsd/contrib/tnftp/ |
H A D | ChangeLog | 1069 * implement parseport(), which takes a string and attempts to 1071 * use parseport() in parse_url() and hookup()
|