Home
last modified time | relevance | path

Searched refs:ADDRIPV4 (Results 1 – 4 of 4) sorted by relevance

/external/dhcpcd-6.8.2/
Ddhcp-common.c73 else if (opt->type & ADDRIPV4) in dhcp_print_option_encoding()
199 if (add == 2 && !(opt->type & ADDRIPV4)) { in make_option_mask()
533 else if (opt->type & (UINT32 | ADDRIPV4)) in dhcp_optlen()
641 } else if (type & ADDRIPV4) { in print_option()
698 } else if (type & ADDRIPV4) { in print_option()
Ddhcp-common.h49 #define ADDRIPV4 (1 << 6) macro
Ddhcp.c70 #define IPV4A ADDRIPV4 | ARRAY
71 #define IPV4R ADDRIPV4 | REQUEST
Dif-options.c1633 t |= ADDRIPV4; in parse_option()