Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Doption.c364 #define OT_ADDR_LIST 0x80 macro
372 } opttab[] = {{"netmask", 1, OT_ADDR_LIST},
374 {"router", 3, OT_ADDR_LIST},
375 {"dns-server", 6, OT_ADDR_LIST},
376 {"log-server", 7, OT_ADDR_LIST},
377 {"lpr-server", 9, OT_ADDR_LIST},
381 {"swap-server", 16, OT_ADDR_LIST},
386 {"policy-filter", 21, OT_ADDR_LIST},
391 {"broadcast", 28, OT_INTERNAL | OT_ADDR_LIST},
393 {"router-solicitation", 32, OT_ADDR_LIST},
[all …]