Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
HDdhcp-common.h57 #define OT_UINT16 (1 << 3) macro
HDdhcp-common.c100 else if (opt->type & OT_UINT16) in dhcp_print_option_encoding()
598 else if (opt->type & (OT_INT16 | OT_UINT16)) in dhcp_optlen()
780 } else if (opt->type & OT_UINT16) { in print_option()
HDif-options.c1851 t |= OT_UINT16; in parse_option()