Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dsrclimit.c61 static int penalty_expiry_cmp(struct penalty *a, struct penalty *b);
65 RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp)
204 penalty_expiry_cmp(struct penalty *a, struct penalty *b) in penalty_expiry_cmp() function