Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Dif-options.c790 if (make_option_mask(d, dl, od, odl, request, arg, 1) != 0 || in parse_option()
791 make_option_mask(d, dl, od, odl, no, arg, -1) != 0 || in parse_option()
792 make_option_mask(d, dl, od, odl, reject, arg, -1) != 0) in parse_option()
801 if (make_option_mask(d, dl, od, odl, reject, arg, 1) != 0 || in parse_option()
802 make_option_mask(d, dl, od, odl, request, arg, -1) != 0 || in parse_option()
803 make_option_mask(d, dl, od, odl, require, arg, -1) != 0) in parse_option()
1023 if (make_option_mask(d, dl, od, odl, request, arg, -1) != 0 || in parse_option()
1024 make_option_mask(d, dl, od, odl, require, arg, -1) != 0 || in parse_option()
1025 make_option_mask(d, dl, od, odl, no, arg, 1) != 0) in parse_option()
1037 if (make_option_mask(d, dl, od, odl, require, arg, 1) != 0 || in parse_option()
[all …]
Ddhcp-common.h100 int make_option_mask(const struct dhcp_opt *, size_t,
Ddhcp-common.c151 make_option_mask(const struct dhcp_opt *dopts, size_t dopts_len, in make_option_mask() function