Searched refs:all_options (Results 1 – 1 of 1) sorted by relevance
1751 union all_known_options *all_options; in process_options() local1755 all_options = (union all_known_options *)(optionsloc + offset); in process_options()1756 switch (all_options->as_base.optionnum) { in process_options()1766 all_options->as_mss.length, offset, optionsize); in process_options()1768 if (all_options->as_mss.length != 4) { in process_options()1771 tmp = ntohs(all_options->as_mss.mss); in process_options()1779 all_options->as_windowscale.shiftcount; in process_options()1783 all_options->as_base.optionnum); in process_options()1786 offset += all_options->as_base.length; in process_options()