OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:universes
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/dhcp/dist/common/
tables.c
977
struct universe **
universes
;
variable in typeref:struct:universe
1068
/* The '
universes
' table is dynamically grown to contain
1095
universes
= dmalloc(i, MDL);
1096
if (
universes
== NULL)
1098
memset(
universes
, 0, i);
1120
universes
[dhcp_universe.index] = &dhcp_universe;
1166
universes
[nwip_universe.index] = &nwip_universe;
1212
universes
[fqdn_universe.index] = &fqdn_universe;
1260
universes
[vendor_class_universe.index] = &vendor_class_universe;
1307
universes
[vendor_universe.index] = &vendor_universe
[
all
...]
print.c
283
if (tp -> options ->
universes
[i]) {
289
universes
[i], 0,
local
/src/external/mpl/dhcp/dist/server/
mdb.c
2991
struct universe **
universes
;
variable in typeref:struct:universe
3251
if (
universes
[i]) {
3252
if (
universes
[i]->name_hash)
3254
&
universes
[i]->name_hash,
3256
if (
universes
[i]->code_hash)
3258
&
universes
[i]->code_hash,
3261
if (
universes
[i] -> name > (char *)&end) {
3262
foo.c =
universes
[i] -> name;
3265
if (
universes
[i] > (struct universe *)&end)
3266
dfree (
universes
[i], MDL)
[
all
...]
/src/external/mpl/dhcp/dist/includes/
dhcpd.h
403
void *
universes
[1];
member in struct:option_state
2926
extern struct universe **
universes
;
Completed in 29 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026