Searched refs:optflags (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/networking/udhcp/ |
D | common.h | 344 #define udhcp_str2optset(str, arg, optflags, option_strings, dhcpv6) \ argument 345 udhcp_str2optset(str, arg, optflags, option_strings) 349 const struct dhcp_optflag *optflags,
|
D | common.c | 559 const struct dhcp_optflag *optflags, const char *option_strings, in udhcp_str2optset() argument 590 optflag = &optflags[udhcp_option_idx(opt, option_strings)]; in udhcp_str2optset()
|