Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/includes/omapip/
H A Dresult.h61 #define DHCP_R_SERVFAIL (ISC_RESULTCLASS_DHCP + 14) macro
99 #define ISC_R_SERVFAIL DHCP_R_SERVFAIL
/netbsd-src/external/mpl/dhcp/dist/keama/
H A Dparse.c3382 #ifndef DHCP_R_SERVFAIL in parse_non_binary()
3383 #define DHCP_R_SERVFAIL ((6 << 16) + 14) in parse_non_binary() macro
3385 resetInt(expr, DHCP_R_SERVFAIL); in parse_non_binary()
/netbsd-src/external/mpl/dhcp/dist/common/
H A Dparse.c4270 known = DHCP_R_SERVFAIL;