Searched refs:ventry (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/libexec/spamd/
H A Dsdl.c296 match_addr_v4(const void *vkey, const void *ventry) argument
299 const struct in_addr *a = &((const struct sdentry_v4 *)ventry)->sda;
300 const struct in_addr *m = &((const struct sdentry_v4 *)ventry)->sdm;
319 match_addr_v6(const void *vkey, const void *ventry) argument
322 const struct sdaddr_v6 *a = &((const struct sdentry_v6 *)ventry)->sda;
323 const struct sdaddr_v6 *m = &((const struct sdentry_v6 *)ventry)->sdm;

Completed in 87 milliseconds