Searched defs:dhcpv6 (Results 1 – 2 of 2) sorted by relevance
/busybox-1.35.0/networking/udhcp/ |
D | common.c | 407 …uct option_set* FAST_FUNC udhcp_find_option(struct option_set *opt_list, uint8_t code, bool dhcpv6) in udhcp_find_option() 450 bool dhcpv6) in udhcp_insert_new_option() 487 #define attach_option(opt_list, optflag, buffer, length, dhcpv6) \ argument 495 bool dhcpv6) in attach_option() 560 bool dhcpv6) in udhcp_str2optset()
|
D | common.h | 249 #define udhcp_find_option(opt_list, code, dhcpv6) \ argument 334 #define udhcp_insert_new_option(opt_list, code, length, dhcpv6) \ argument 344 #define udhcp_str2optset(str, arg, optflags, option_strings, dhcpv6) \ argument
|