Home
last modified time | relevance | path

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

/openbmc/u-boot/net/
H A Dbootp.c828 int oplen, size; in dhcp_process_options() local
834 oplen = *(popt + 1); in dhcp_process_options()
837 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()
861 sizeof(net_hostname), oplen); in dhcp_process_options()
869 sizeof(net_root_path), oplen); in dhcp_process_options()
901 oplen); in dhcp_process_options()
915 popt += oplen + 2; /* Process next option */ in dhcp_process_options()