Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
HDdhcp-common.h58 #define OT_INT16 (1 << 4) macro
HDdhcp-common.c102 else if (opt->type & OT_INT16) in dhcp_print_option_encoding()
598 else if (opt->type & (OT_INT16 | OT_UINT16)) in dhcp_optlen()
786 } else if (opt->type & OT_INT16) { in print_option()
HDif-options.c1853 t |= OT_INT16; in parse_option()