Searched refs:ic_dhcp_add_option (Results 1 – 1 of 1) sorted by relevance
| /linux/net/ipv4/ |
| H A D | ipconfig.c | 680 ic_dhcp_add_option(u8 **options, const u8 *end, u8 type, const void *value, in ic_dhcp_add_option() function 744 ic_dhcp_add_option(&e, end, 12, utsname()->nodename, len); in ic_dhcp_init_options() 748 if (ic_dhcp_add_option(&e, end, 60, vendor_class_identifier, len)) in ic_dhcp_init_options() 755 ic_dhcp_add_option(&e, end, 61, dhcp_client_identifier, len + 1); in ic_dhcp_init_options()
|