Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/dist/server/
H A Dstables.c182 static struct option server_options[] = { variable
531 for (i = 0 ; server_options[i].name ; i++) { in initialize_server_option_spaces()
533 &server_options[i].code, 0, in initialize_server_option_spaces()
534 &server_options[i], MDL); in initialize_server_option_spaces()
536 server_options[i].name, 0, in initialize_server_option_spaces()
537 &server_options[i], MDL); in initialize_server_option_spaces()
/netbsd-src/external/mpl/dhcp/dist/includes/
H A Ddhcpd.h219 # define SERVER_HASH_SIZE (2*(sizeof(server_options) / sizeof(struct option)))