Home
last modified time | relevance | path

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

/openbsd/sys/netinet/
H A Dip_carp.c283 int carp_vhe_match(struct carp_softc *, uint64_t);
1381 if (carp_vhe_match(sc, dst)) { in carp_ourether()
1392 carp_vhe_match(struct carp_softc *sc, uint64_t dst) in carp_vhe_match() function
1420 if (carp_vhe_match(sc, dst)) { in carp_input()