Home
last modified time | relevance | path

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

/external/dhcpcd-6.8.2/
Ddhcp-common.h46 #define SINT16 (1 << 3) macro
Ddhcp-common.c67 else if (opt->type & SINT16) in dhcp_print_option_encoding()
632 } else if (type & SINT16) { in print_option()
683 } else if (type & SINT16) { in print_option()
Dif-options.c1643 t |= SINT16; in parse_option()