Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/udhcp/
Dcommon.c391 len = dhcp_option_lengths[dh->flags & OPTION_TYPE_MASK]; in udhcp_add_simple_option()
501 if ((optflag->flags & OPTION_TYPE_MASK) == OPTION_BIN) { in attach_option()
511 if ((optflag->flags & OPTION_TYPE_MASK) == OPTION_DNS_STRING) { in attach_option()
540 if ((optflag->flags & OPTION_TYPE_MASK) == OPTION_STRING in attach_option()
541 || (optflag->flags & OPTION_TYPE_MASK) == OPTION_STRING_HOST in attach_option()
607 length = dhcp_option_lengths[optflag->flags & OPTION_TYPE_MASK]; in udhcp_str2optset()
611 switch (optflag->flags & OPTION_TYPE_MASK) { in udhcp_str2optset()
Dcommon.h117 OPTION_TYPE_MASK = 0x0f, enumerator
Ddhcpc.c202 type = optflag->flags & OPTION_TYPE_MASK; in xmalloc_optname_optval()