Searched refs:OPTION_END (Results 1 - 1 of 1) sorted by relevance

/haiku/src/servers/net/
H A DDHCPClient.cpp59 OPTION_END = 255, enumerator in enum:message_option
259 // if last option is not OPTION_END,
261 if (option != OPTION_END)
273 if (option == OPTION_END) {
413 return PutOption(options, OPTION_END);

Completed in 55 milliseconds