HomeSort by relevance Sort by last modified time
    Searched refs:ERRSET_INVAL (Results 1 - 3 of 3) sorted by null

  /external/openssh/openbsd-compat/
getrrsetbyname.h 83 # define ERRSET_INVAL 3
getrrsetbyname.c 204 result = ERRSET_INVAL;
210 result = ERRSET_INVAL;
216 result = ERRSET_INVAL;
  /external/openssh/
dns.c 47 "invalid parameter", /* 3 ERRSET_INVAL */
62 case ERRSET_INVAL:
63 return errset_text[ERRSET_INVAL];

Completed in 24 milliseconds