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

  /src/external/mpl/dhcp/dist/common/
tables.c 102 struct universe dhcp_universe; variable in typeref:struct:universe
104 { "subnet-mask", "I", &dhcp_universe, 1, 1 },
105 { "time-offset", "l", &dhcp_universe, 2, 1 },
106 { "routers", "IA", &dhcp_universe, 3, 1 },
107 { "time-servers", "IA", &dhcp_universe, 4, 1 },
108 { "ien116-name-servers", "IA", &dhcp_universe, 5, 1 },
109 { "domain-name-servers", "IA", &dhcp_universe, 6, 1 },
110 { "log-servers", "IA", &dhcp_universe, 7, 1 },
111 { "cookie-servers", "IA", &dhcp_universe, 8, 1 },
112 { "lpr-servers", "IA", &dhcp_universe, 9, 1 }
    [all...]
options.c 71 &dhcp_universe)) {
85 if ((op = lookup_option (&dhcp_universe, packet -> options,
98 if ((op = lookup_option (&dhcp_universe, packet -> options,
105 &dhcp_universe))
113 &dhcp_universe))
218 if (universe == &dhcp_universe && code == DHO_HOST_NAME &&
585 (op = lookup_option(&dhcp_universe, inpacket->options,
687 if ((op = lookup_option(&dhcp_universe, cfg_options,
767 hash = cfg_options->universes[dhcp_universe.index];
808 universes[i]->enc_opt->universe == &dhcp_universe) {
    [all...]
execute.c 921 &dhcp_universe) {
print.c 239 if (u != &dhcp_universe) {
parse.c 1233 universe = &dhcp_universe;
tree.c 3488 if (expr -> data.option -> universe != &dhcp_universe) {
  /src/external/mpl/dhcp/dist/common/tests/
option_unittest.c 51 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
64 if (parse_option_buffer(options, buffer, 3, &dhcp_universe)) {
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/
dhcp.c 200 oc = lookup_option (&dhcp_universe, packet -> options,
246 if ((oc = lookup_option (&dhcp_universe, packet -> options,
477 oc = lookup_option (&dhcp_universe, packet -> options,
513 oc = lookup_option (&dhcp_universe, packet -> options,
796 if ((oc = lookup_option (&dhcp_universe, packet -> options,
804 oc = lookup_option (&dhcp_universe, packet -> options,
952 if (!(oc = lookup_option (&dhcp_universe, packet -> options,
1189 oc = lookup_option(&dhcp_universe, packet->options,
1219 save_option(&dhcp_universe, options, noc);
1320 oc = lookup_option(&dhcp_universe, packet->options
    [all...]
bootp.c 234 if (!lookup_option (&dhcp_universe, options, i)) {
242 dhcp_universe.code_hash,
244 save_option (&dhcp_universe,
stables.c 506 dhcp_universe.code_hash, &code, 0, MDL);
dhcpleasequery.c 286 &dhcp_universe,
629 oc = lookup_option(&dhcp_universe, options,
dhcpv6.c 7430 (op = lookup_option(&dhcp_universe,
8441 oc = lookup_option(&dhcp_universe, reply->opt_state,
8476 oc = lookup_option(&dhcp_universe, reply->opt_state,
confpars.c 713 if (!option_code_hash_lookup(&option, dhcp_universe.code_hash,
2389 dhcp_universe.code_hash,
mdb.c 136 &dhcp_universe) &&
failover.c 5994 oc = lookup_option(&dhcp_universe, packet->options,
  /src/external/mpl/dhcp/dist/client/
dhclient.c 1347 if ((req[i]->universe == &dhcp_universe) &&
1358 oc = lookup_option(&dhcp_universe, packet->options,
1589 oc = lookup_option (&dhcp_universe, client -> new -> options,
1633 oc = lookup_option (&dhcp_universe, client -> new -> options,
1660 oc = lookup_option (&dhcp_universe, client -> new -> options,
1818 oc = lookup_option (&dhcp_universe, client -> active -> options,
2184 (op = lookup_option(&dhcp_universe,
2262 if ((req[i]->universe == &dhcp_universe) &&
2263 !lookup_option(&dhcp_universe, packet->options,
2269 dhcp_universe.code_hash
    [all...]
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);
dhc6.c 2863 delete_option(&dhcp_universe,
2974 delete_option(&dhcp_universe,
3011 delete_option(&dhcp_universe,
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 2917 extern struct universe dhcp_universe;

Completed in 80 milliseconds