Home
last modified time | relevance | path

Searched refs:oplen (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/net/
H A Dbootp.c816 int oplen, size; in dhcp_process_options() local
822 oplen = *(popt + 1); in dhcp_process_options()
825 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
849 sizeof(net_hostname), oplen); in dhcp_process_options()
857 sizeof(net_root_path), oplen); in dhcp_process_options()
887 sizeof(net_boot_file_name), oplen); in dhcp_process_options()
900 popt += oplen + 2; /* Process next option */ in dhcp_process_options()