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

  /src/external/mpl/dhcp/dist/includes/omapip/
result.h 61 #define DHCP_R_SERVFAIL (ISC_RESULTCLASS_DHCP + 14)
99 #define ISC_R_SERVFAIL DHCP_R_SERVFAIL
  /src/external/mpl/dhcp/dist/keama/
parse.c 3382 #ifndef DHCP_R_SERVFAIL
3383 #define DHCP_R_SERVFAIL ((6 << 16) + 14)
3385 resetInt(expr, DHCP_R_SERVFAIL);
3386 comment = createComment("/// constant DHCP_R_SERVFAIL(393230)");

Completed in 16 milliseconds