Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Doption.c334 #define OT_NAME 0x20 macro
346 { "hostname", 12, OT_INTERNAL | OT_NAME },
348 { "domain-name", 15, OT_NAME },
423 *is_name = !!(opttab[i].size & OT_NAME); in option_string()