Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/dhcpcd/dist/src/
H A Ddhcp-common.c108 else if (opt->type & OT_ADDRIPV4) in dhcp_print_option_encoding()
243 if (add == 2 && !(opt->type & OT_ADDRIPV4)) { in make_option_mask()
596 else if (opt->type & (OT_INT32 | OT_UINT32 | OT_ADDRIPV4)) in dhcp_optlen()
804 } else if (opt->type & OT_ADDRIPV4) { in print_option()
H A Ddhcp-common.h61 #define OT_ADDRIPV4 (1 << 7) macro
H A Dif-options.c1835 t |= OT_ADDRIPV4; in parse_option()