Searched defs:pxelinux_opt (Results 1 – 1 of 1) sorted by relevance
112 struct pxelinux_opt { struct113 char *fn; /* Filename as passed to us */114 in_addr_t fip; /* fn's IP component */115 char *fp; /* fn's path component */116 in_addr_t gip; /* giaddr; Gateway/DHCP relay */117 uint32_t force;118 uint32_t wait; /* Additional decision to wait before boot */119 int32_t wds; /* WDS option/level */120 in_addr_t sip; /* siaddr: Next Server IP Address */121 struct dhcp_option p[PXECHN_NUM_PKT_AVAIL];[all …]