Searched refs:all_options (Results 1 – 1 of 1) sorted by relevance
1754 union all_known_options *all_options; in process_options() local1758 all_options = (union all_known_options *)(optionsloc + offset); in process_options()1759 switch (all_options->as_base.optionnum) { in process_options()1769 all_options->as_mss.length, offset, optionsize); in process_options()1771 if (all_options->as_mss.length != 4) { in process_options()1774 tmp = ntohs(all_options->as_mss.mss); in process_options()1782 all_options->as_windowscale.shiftcount; in process_options()1786 all_options->as_base.optionnum); in process_options()1789 offset += all_options->as_base.length; in process_options()