Home
last modified time | relevance | path

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

/mirbsd/src/usr.sbin/faithd/
Dprefix.c141 prefix_match(const struct prefix *prefix, const struct sockaddr *sa) in prefix_match() function
338 if (prefix_match(&p->match, sa1) && prefix_match(&p->dest, sa2)) in config_match()
Dprefix.h50 extern int prefix_match(const struct prefix *, const struct sockaddr *);
/mirbsd/src/usr.sbin/rtadvd/
Drtadvd.h140 int prefix_match(struct in6_addr *, int, struct in6_addr *, int);
Drrenum.c213 if (prefix_match(&pp->prefix, pp->prefixlen, in do_use_prefix()
Drtadvd.c1180 prefix_match(struct in6_addr *p0, int plen0, in prefix_match() function