Lines Matching refs:eopt
804 struct dhcp_opt *eopt, *oopt; in dhcp_envoption() local
842 for (i = 0, eopt = opt->embopts; i < opt->embopts_len; i++, eopt++) { in dhcp_envoption()
843 e = dhcp_optlen(eopt, ol); in dhcp_envoption()
861 ov = strcmp(opt->var, eopt->var); in dhcp_envoption()
863 pfx, eopt, ov, od, e, ifname)) in dhcp_envoption()
874 for (i = 0, eopt = opt->encopts; in dhcp_envoption()
876 i++, eopt++) in dhcp_envoption()
879 if (eopt->type & OPTION) { in dhcp_envoption()
887 for (i = 0, eopt = opt->encopts; in dhcp_envoption()
889 i++, eopt++) in dhcp_envoption()
891 if (eopt->option == eoc) { in dhcp_envoption()
892 if (eopt->type & OPTION) { in dhcp_envoption()
900 eopt->type & OPTION ? oopt : eopt, in dhcp_envoption()