Home
last modified time | relevance | path

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

/openbsd/sbin/pfctl/
H A Dpfctl_parser.h294 struct node_host *ifa_exists(const char *);
H A Dpfctl_parser.c1465 ifa_exists(const char *ifa_name) in ifa_exists() function
1701 if (ifa_exists(ps) || !strncmp(ps, "self", IFNAMSIZ)) { in host_if()
H A Dparse.y1363 ((n = ifa_exists($3->ifname)) == NULL ||
2414 if ((n = ifa_exists($1)) != NULL)
/openbsd/sbin/ipsecctl/
H A Dparse.y186 int ifa_exists(const char *);
1856 if (ifa_exists(s)) in host_if()
1933 ifa_exists(const char *ifa_name) in ifa_exists() function
/openbsd/sbin/iked/
H A Dparse.y367 int ifa_exists(const char *);
2128 if (ifa_exists(s)) in host_if()
2212 ifa_exists(const char *ifa_name) in ifa_exists() function