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

  /src/external/mpl/dhcp/dist/common/
tables.c 1123 !option_code_new_hash(&dhcp_universe.code_hash,
1127 option_code_hash_add(dhcp_universe.code_hash,
1138 option_code_hash_report(dhcp_universe.code_hash));
1163 dhcp_universe.code_hash, &code, 0, MDL))
1169 !option_code_new_hash(&nwip_universe.code_hash,
1173 option_code_hash_add(nwip_universe.code_hash,
1184 option_code_hash_report(nwip_universe.code_hash));
1210 dhcp_universe.code_hash, &code, 0, MDL))
1215 !option_code_new_hash(&fqdn_universe.code_hash,
1219 option_code_hash_add(fqdn_universe.code_hash,
    [all...]
options.c 183 if (!option_code_hash_lookup(&option, universe->code_hash,
1188 dhcpv6_universe.code_hash,
1372 option_code_hash_lookup(&option, u->code_hash, &code, 0, MDL);
2588 option_code_hash_lookup(&option, universe->code_hash, &code, 0, MDL);
3305 nwip_universe.code_hash,
4459 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
4620 option_code_hash_lookup(&option, dhcp_universe.code_hash,
parse.c 1272 option_code_hash_lookup(opt, universe->code_hash,
1499 !option_code_new_hash(&nu->code_hash, hsize, MDL))
1826 option_code_hash_lookup(&oldopt, option->universe->code_hash,
1840 option_code_hash_delete(option->universe->code_hash,
1845 option_code_hash_add(option->universe->code_hash, &option->code, 0,
1853 option->universe->code_hash,
  /src/external/mpl/dhcp/dist/client/
client_tables.c 69 !option_code_new_hash(&client_universe.code_hash,
73 option_code_hash_add(client_universe.code_hash,
clparse.c 85 dhcp_universe.code_hash, &code, 0, MDL);
90 dhcp_universe.code_hash, &code, 0, MDL);
95 dhcp_universe.code_hash, &code, 0, MDL);
100 dhcp_universe.code_hash, &code, 0, MDL);
105 dhcp_universe.code_hash, &code, 0, MDL);
110 dhcp_universe.code_hash, &code, 0, MDL);
115 dhcp_universe.code_hash, &code, 0, MDL);
120 dhcpv6_universe.code_hash, &code, 0, MDL);
125 dhcpv6_universe.code_hash, &code, 0, MDL);
140 dhcpv6_universe.code_hash,
    [all...]
dhc6.c 204 dhcpv6_universe.code_hash, &code, 0, MDL))
209 dhcpv6_universe.code_hash, &code, 0, MDL))
213 if (!option_code_hash_lookup(&ia_na_option, dhcpv6_universe.code_hash,
218 if (!option_code_hash_lookup(&ia_ta_option, dhcpv6_universe.code_hash,
223 if (!option_code_hash_lookup(&ia_pd_option, dhcpv6_universe.code_hash,
228 if (!option_code_hash_lookup(&iaaddr_option, dhcpv6_universe.code_hash,
234 dhcpv6_universe.code_hash,
239 if (!option_code_hash_lookup(&oro_option, dhcpv6_universe.code_hash,
244 if (!option_code_hash_lookup(&irt_option, dhcpv6_universe.code_hash,
dhclient.c 2269 dhcp_universe.code_hash,
2399 dhcp_universe.code_hash,
3374 if (!(option_code_hash_lookup(&option, dhcp_universe.code_hash,
3389 if (!(option_code_hash_lookup(&option, dhcp_universe.code_hash, &i, 0,
3419 dhcp_universe.code_hash,
3474 if (!(option_code_hash_lookup(&option, dhcp_universe.code_hash,
  /src/external/mpl/dhcp/dist/common/tests/
option_unittest.c 51 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
105 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
236 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
domain_name_test.c 54 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
  /src/external/mpl/dhcp/dist/server/
stables.c 487 !option_code_new_hash(&agent_universe.code_hash,
491 option_code_hash_add(agent_universe.code_hash,
502 option_code_hash_report(agent_universe.code_hash));
506 dhcp_universe.code_hash, &code, 0, MDL);
528 !option_code_new_hash(&server_universe.code_hash,
532 option_code_hash_add(server_universe.code_hash,
543 option_code_hash_report(server_universe.code_hash));
556 option_code_hash_lookup(&vendor_cfg_option, server_universe.code_hash,
dhcp.c 1538 dhcp_universe.code_hash,
1558 dhcp_universe.code_hash,
1820 option_code_hash_lookup(&oc->option, dhcp_universe.code_hash,
1844 option_code_hash_lookup(&oc->option, dhcp_universe.code_hash,
2071 code_hash,
3335 dhcp_universe.code_hash,
3358 dhcp_universe.code_hash,
3438 dhcp_universe.code_hash,
3481 dhcp_universe.code_hash,
3510 dhcp_universe.code_hash,
    [all...]
bootp.c 242 dhcp_universe.code_hash,
confpars.c 713 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
759 option->universe->code_hash,
2389 dhcp_universe.code_hash,
4735 if (!option_code_hash_lookup(&option, server_universe.code_hash,
mdb.c 3256 if (universes[i]->code_hash)
3258 &universes[i]->code_hash,
  /src/external/mpl/dhcp/dist/includes/
tree.h 339 option_code_hash_t *code_hash; member in struct:universe
  /src/external/mpl/dhcp/dist/relay/
dhcrelay.c 785 dhcpv6_universe.code_hash,
791 dhcpv6_universe.code_hash,

Completed in 45 milliseconds