HomeSort by: relevance | last modified time | path
    Searched refs:host_id_option (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/dhcp/dist/server/
mdb.c 396 if (hd->host_id_option != NULL) {
401 h_id_info = find_host_id_info(hd->host_id_option->code,
410 hd->host_id_option, MDL);
592 if (hd->host_id_option != NULL) {
593 option_dereference(&hd->host_id_option, MDL);
confpars.c 2105 if (host->host_id_option != NULL) {
2165 option_reference(&host->host_id_option, option, MDL);
  /src/external/mpl/dhcp/dist/keama/
confparse.c 51 const struct option *host_id_option = NULL; variable in typeref:struct:option
1460 if (host_id_option == NULL)
1462 else if ((host_id_option != option) ||
1469 appendString(msg, host_id_option->name);
1539 host_id_option = option;
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 979 struct option *host_id_option; member in struct:host_decl

Completed in 66 milliseconds