Searched refs:LOPT_FORCE (Results 1 - 1 of 1) sorted by last modified time

/external/dnsmasq/src/
H A Doption.c75 #define LOPT_FORCE 264 macro
187 { "dhcp-option-force", 1, 0, LOPT_FORCE },
264 { LOPT_FORCE, ARG_DUP, "<optspec>", gettext_noop("DHCP option sent even if the client does not request it."), NULL},
1938 case LOPT_FORCE: /* --dhcp-option-force */
1942 option == LOPT_FORCE ? DHOPT_FORCE :

Completed in 79 milliseconds