Searched refs:option_lengths (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Doptions.h31 extern int option_lengths[];
H A Doptions.c56 int option_lengths[] = { variable
183 length = option_lengths[options[i].flags & TYPE_MASK];
H A Dscript.c57 (length / option_lengths[option->flags & TYPE_MASK]);
137 optlen = option_lengths[type];
H A Dfiles.c116 length = option_lengths[option->flags & TYPE_MASK];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/udhcpd/
H A Doptions.h31 extern int option_lengths[];
H A Doptions.c50 int option_lengths[] = { variable
165 length = option_lengths[options[i].flags & TYPE_MASK];
H A Dscript.c57 (length / option_lengths[option->flags & TYPE_MASK]);
79 optlen = option_lengths[type];
H A Dfiles.c95 length = option_lengths[option->flags & TYPE_MASK];
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/udhcp/
H A Doptions.c55 const unsigned char option_lengths[] ALIGN1 = {
168 len = option_lengths[dh->flags & TYPE_MASK];
H A Dcommon.h72 #define option_lengths udhcp_option_lengths macro
H A Doptions.h107 extern const unsigned char option_lengths[];
H A Dscript.c36 (length / option_lengths[opt_index]);
70 optlen = option_lengths[type];
H A Dfiles.c181 length = option_lengths[option->flags & TYPE_MASK];

Completed in 85 milliseconds