HomeSort by: relevance | last modified time | path
    Searched defs:penalty_expiry_cmp (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
srclimit.c 65 static int penalty_expiry_cmp(struct penalty *a, struct penalty *b);
69 RB_GENERATE_STATIC(penalties_by_expiry, penalty, by_expiry, penalty_expiry_cmp)
208 penalty_expiry_cmp(struct penalty *a, struct penalty *b) function

Completed in 20 milliseconds