Home
last modified time | relevance | path

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

/mirbsd/src/sbin/pfctl/
Dparse.y279 int getservice(char *);
2149 if ((port[0] = getservice($1)) == -1 ||
2150 (port[1] = getservice(p)) == -1) {
2664 if (($$.a = getservice($1)) == -1) {
2671 if (($$.a = getservice($1)) == -1) {
2679 if (($$.a = getservice($1)) == -1 ||
2680 ($$.b = getservice(p)) == -1) {
4655 getservice(char *n) in getservice() function