Home
last modified time | relevance | path

Searched refs:client_options (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mpl/dhcp/dist/client/
H A Dclient_tables.c36 static struct option client_options[] = { variable
42 #define CLIENT_HASH_SIZE (2*(sizeof(client_options) / sizeof(struct option)))
72 for (i = 0 ; client_options[i].name ; i++) { in initialize_client_option_spaces()
74 &client_options[i].code, 0, in initialize_client_option_spaces()
75 &client_options[i], MDL); in initialize_client_option_spaces()
77 client_options[i].name, 0, in initialize_client_option_spaces()
78 &client_options[i], MDL); in initialize_client_option_spaces()