Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dif-options.h157 uint8_t nomask[OPTION_MASK_SIZE]; member
Ddhcp.c593 if (!has_option_mask(ifo->nomask, DHO_CSR)) in get_option_routes()
598 if (!p && !has_option_mask(ifo->nomask, DHO_MSCSR)) { in get_option_routes()
628 if (!has_option_mask(ifo->nomask, DHO_STATICROUTE)) in get_option_routes()
658 if (!has_option_mask(ifo->nomask, DHO_ROUTER)) in get_option_routes()
1308 if (has_option_mask(ifo->nomask, opt->option)) in dhcp_env()
1322 if (has_option_mask(ifo->nomask, opt->option)) in dhcp_env()
1389 if (has_option_mask(ifo->nomask, opt->option)) in dhcp_env()
1418 if (has_option_mask(ifo->nomask, opt->option)) in dhcp_env()
Dif-options.c556 *no = ifo->nomask; in set_option_space()