Searched refs:pxe_arch (Results 1 – 1 of 1) sorted by relevance
114 static struct dhcp_opt* pxe_opts(int pxe_arch, struct dhcp_netid* netid);1618 static struct dhcp_opt* pxe_opts(int pxe_arch, struct dhcp_netid* netid) { in pxe_opts() argument1653 if (pxe_arch == service->CSA && match_netid(service->netid, netid, 1)) { in pxe_opts()1750 unsigned char fqdn_flags, int null_term, int pxe_arch, unsigned char* uuid) { in do_options() argument1936 if (pxe_arch != -1 && optno == OPTION_VENDOR_ID) continue; in do_options()1983 if (pxe_arch != -1) { in do_options()1985 config_opts = pxe_opts(pxe_arch, netid); in do_options()