search for: opt_num

Displaying 3 results from an estimated 3 matches for "opt_num".

Did you mean: opnum
2016 Jan 07
2
Domain name search path use during PXE booting
...inp - udata >= opt_len) + state = FINISH; + + if (cpp - udata >= opt_len) + state = FINISH; + + if (outp - DomainSearch >= sizeof(DomainSearch) - 1) + state = FINISH; + } + } +} + struct dhcp_options { int opt_num; @@ -150,6 +284,7 @@ static const struct dhcp_options dhcp_op {61, client_identifier}, {67, bootfile_name}, {97, uuid_client_identifier}, + {119, domain_search}, {209, pxelinux_configfile}, {210, pxelinux_pathprefix}, {211, pxelinux_reboottime} @@ -222,6 +357,7 @...
2016 Jan 07
0
Domain name search path use during PXE booting
...ode handle malformed packets? What if we reach the end of the data during the reading of the second byte of a pointer? What if the pointer points after or before the buffer? What if we reach the end of the data at a random point while reading a label? > > struct dhcp_options { > int opt_num; > @@ -150,6 +284,7 @@ static const struct dhcp_options dhcp_op > {61, client_identifier}, > {67, bootfile_name}, > {97, uuid_client_identifier}, > + {119, domain_search}, > {209, pxelinux_configfile}, > {210, pxelinux_pathprefix}, > {211,...
2016 Jan 08
1
Domain name search path use during PXE booting
...hat if we reach the end > of the data during the reading of the second byte of a pointer? What > if the pointer points after or before the buffer? What if we reach the > end of the data at a random point while reading a label? > >> >> struct dhcp_options { >> int opt_num; >> @@ -150,6 +284,7 @@ static const struct dhcp_options dhcp_op >> {61, client_identifier}, >> {67, bootfile_name}, >> {97, uuid_client_identifier}, >> + {119, domain_search}, >> {209, pxelinux_configfile}, >> {210, pxelinux_...