Home
last modified time | relevance | path

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

/netbsd/src/dist/pf/sbin/pfctl/
Dparse.y302 int getservice(char *);
2711 if (($$.a = getservice($1)) == -1) {
2720 if ((port[0] = getservice($1)) == -1 ||
2721 (port[1] = getservice(p)) == -1) {
3282 if (($$.a = getservice($1)) == -1) {
3289 if (($$.a = getservice($1)) == -1) {
3297 if (($$.a = getservice($1)) == -1 ||
3298 ($$.b = getservice(p)) == -1) {
5446 getservice(char *n) in getservice() function