Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Ddhcp-common.h86 (has_option_mask((r), (o)) && !has_option_mask((n), (o)))
90 ((o)->type & OT_REQUEST || has_option_mask((r), (o)->option)) && \
91 !has_option_mask((n), (o)->option))
122 #define has_option_mask(var, val) \ macro
H A Ddhcp.c573 if (!has_option_mask(ifo->nomask, DHO_CSR)) in get_option_routes()
578 if (!p && !has_option_mask(ifo->nomask, DHO_MSCSR)) { in get_option_routes()
599 if (!has_option_mask(ifo->nomask, DHO_STATICROUTE)) in get_option_routes()
641 if (!has_option_mask(ifo->nomask, DHO_ROUTER)) in get_option_routes()
933 !has_option_mask(ifo->nomask, DHO_USERCLASS)) in make_message()
1062 !has_option_mask(ifo->nomask, DHO_VIVCO)) in make_message()
1348 if (has_option_mask(ifo->nomask, opt->option)) in dhcp_env()
1376 if (has_option_mask(ifo->nomask, opt->option)) in dhcp_env()
3145 if (has_option_mask(ifo->rejectmask, i) && in dhcp_handledhcp()
3194 if (has_option_mask(ifo->requiremask, i) && in dhcp_handledhcp()
[all …]
H A Ddhcp6.c771 if (!has_option_mask(ifo->nomask6, D6_OPTION_MUDURL) && in dhcp6_makemessage()
794 if (!has_option_mask(ifo->nomask6, D6_OPTION_USER_CLASS)) in dhcp6_makemessage()
796 if (!has_option_mask(ifo->nomask6, D6_OPTION_VENDOR_CLASS)) in dhcp6_makemessage()
878 if (has_option_mask(ifo->nomask6, D6_OPTION_UNICAST)) { in dhcp6_makemessage()
1119 if (!has_option_mask(ifo->nomask6, D6_OPTION_USER_CLASS)) in dhcp6_makemessage()
1121 if (!has_option_mask(ifo->nomask6, D6_OPTION_VENDOR_CLASS)) in dhcp6_makemessage()
1152 if (!has_option_mask(ifo->nomask6, D6_OPTION_MUDURL) && in dhcp6_makemessage()
3367 if (has_option_mask(ifo->requiremask6, opt->option) && in dhcp6_recvif()
3374 if (has_option_mask(ifo->rejectmask6, opt->option) && in dhcp6_recvif()
3428 if (!has_option_mask(ifo->requestmask6, in dhcp6_recvif()
[all …]
H A Dipv6nd.c1306 if (has_option_mask(ifp->options->rejectmasknd, in ipv6nd_handlera()
1329 if (has_option_mask(ifp->options->nomasknd, ndo.nd_opt_type)) in ipv6nd_handlera()
1571 if (has_option_mask(ifp->options->requiremasknd, in ipv6nd_handlera()
1798 if (has_option_mask(rap->iface->options->nomasknd, in ipv6nd_env()
1974 if (has_option_mask(rap->iface->options->nomasknd, in ipv6nd_expirera()
H A Dipv4.c342 has_option_mask(ifp->options->dstmask, DHO_ROUTER)) in inet_dhcproutes()