Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp-common.h57 #define BINHEX (1 << 14) macro
Ddhcp-common.c87 else if (opt->type & BINHEX) in dhcp_print_option_encoding()
441 if (type & BINHEX) { in print_string()
Dif-options.c1659 t |= STRING | BINHEX; in parse_option()
1676 if (l && !(t & (STRING | BINHEX))) { in parse_option()
1681 if (t & ARRAY && t & (STRING | BINHEX) && in parse_option()