Searched refs:OPTION_U16 (Results 1 – 3 of 3) sorted by relevance
/busybox-1.35.0/networking/udhcp/ |
D | common.c | 34 { OPTION_U16 , 0x0d }, /* DHCP_BOOT_SIZE */ 39 { OPTION_U16 , 0x1a }, /* DHCP_MTU */ 66 { OPTION_U16 , 0x84 }, /* DHCP_VLAN_ID */ 85 { OPTION_U16 , 0x39 }, /* DHCP_MAX_SIZE */ 168 [OPTION_U16] = 2, 648 case OPTION_U16: { in udhcp_str2optset()
|
D | common.h | 103 OPTION_U16, enumerator
|
D | dhcpc.c | 141 [OPTION_U16 ] = sizeof("65535 "), 225 case OPTION_U16: { in xmalloc_optname_optval()
|