Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Ddhcp-common.h55 #define OT_UINT8 (1 << 1) macro
H A Ddhcp-common.c96 if (opt->type & OT_UINT8) in dhcp_print_option_encoding()
600 else if (opt->type & (OT_INT8 | OT_UINT8 | OT_BITFLAG)) in dhcp_optlen()
772 if (opt->type & OT_UINT8) { in print_option()
H A Dif-options.c1843 t |= OT_UINT8; in parse_option()
1847 t |= OT_UINT8; in parse_option()