Searched refs:all_options (Results 1 – 2 of 2) sorted by relevance
1614 union all_known_options *all_options; in process_options() local1618 all_options = (union all_known_options *)(optionsloc + offset); in process_options()1619 switch (all_options->as_base.optionnum) { in process_options()1629 all_options->as_mss.length, offset, optionsize); in process_options()1631 if (all_options->as_mss.length != 4) { in process_options()1634 tmp = ntohs(all_options->as_mss.mss); in process_options()1642 all_options->as_windowscale.shiftcount; in process_options()1646 all_options->as_base.optionnum); in process_options()1649 offset += all_options->as_base.length; in process_options()
644 union all_known_options *all_options; in i40iw_process_options() local648 all_options = (union all_known_options *)(optionsloc + offset); in i40iw_process_options()649 switch (all_options->as_base.optionnum) { in i40iw_process_options()661 all_options->as_mss.length, in i40iw_process_options()665 if (all_options->as_mss.length != 4) in i40iw_process_options()667 tmp = ntohs(all_options->as_mss.mss); in i40iw_process_options()673 all_options->as_windowscale.shiftcount; in i40iw_process_options()679 all_options->as_base.optionnum); in i40iw_process_options()682 offset += all_options->as_base.length; in i40iw_process_options()