Searched refs:oplen (Results 1 – 1 of 1) sorted by relevance
841 int oplen, size; in dhcp_process_options() local847 oplen = *(popt + 1); in dhcp_process_options()850 oplen = -1; /* Pad omits len byte */ in dhcp_process_options()874 sizeof(net_hostname), oplen); in dhcp_process_options()882 sizeof(net_root_path), oplen); in dhcp_process_options()914 oplen); in dhcp_process_options()928 popt += oplen + 2; /* Process next option */ in dhcp_process_options()
Completed in 4 milliseconds