HomeSort by relevance Sort by last modified time
    Searched refs:make_option_mask (Results 1 - 3 of 3) sorted by null

  /external/dhcpcd-6.8.2/
dhcp-common.h 100 int make_option_mask(const struct dhcp_opt *, size_t,
if-options.c 790 if (make_option_mask(d, dl, od, odl, request, arg, 1) != 0 ||
791 make_option_mask(d, dl, od, odl, no, arg, -1) != 0 ||
792 make_option_mask(d, dl, od, odl, reject, arg, -1) != 0)
801 if (make_option_mask(d, dl, od, odl, reject, arg, 1) != 0 ||
802 make_option_mask(d, dl, od, odl, request, arg, -1) != 0 ||
803 make_option_mask(d, dl, od, odl, require, arg, -1) != 0)
1023 if (make_option_mask(d, dl, od, odl, request, arg, -1) != 0 ||
1024 make_option_mask(d, dl, od, odl, require, arg, -1) != 0 ||
1025 make_option_mask(d, dl, od, odl, no, arg, 1) != 0)
1037 if (make_option_mask(d, dl, od, odl, require, arg, 1) != 0 |
    [all...]
dhcp-common.c 151 make_option_mask(const struct dhcp_opt *dopts, size_t dopts_len, function

Completed in 725 milliseconds