Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp-common.h59 #define NOREQ (1 << 16) macro
Ddhcp-common.c99 if (opt->type & NOREQ) in dhcp_print_option_encoding()
Ddhcp6.c571 if (!(opt->type & NOREQ) && in dhcp6_makemessage()
583 if (!(opt->type & NOREQ) && in dhcp6_makemessage()
906 if (!(opt->type & NOREQ) && in dhcp6_makemessage()
921 if (!(opt->type & NOREQ) && in dhcp6_makemessage()
Ddhcp.c982 if (opt->type & NOREQ) in make_message()
1006 if (opt->type & NOREQ) in make_message()
Dif-options.c1603 t |= NOREQ; in parse_option()