Lines Matching refs:itp
1302 struct igmp_tparams itp; in in_joingroup() local
1307 bzero(&itp, sizeof(itp)); in in_joingroup()
1335 error = igmp_change_state(inm, &itp); in in_joingroup()
1354 igmp_set_fast_timeout(&itp); in in_joingroup()
1373 struct igmp_tparams itp; in in_leavegroup() local
1375 bzero(&itp, sizeof(itp)); in in_leavegroup()
1411 error = igmp_change_state(inm, &itp); in in_leavegroup()
1427 igmp_set_fast_timeout(&itp); in in_leavegroup()
1485 struct igmp_tparams itp; in inp_block_unblock_source() local
1487 bzero(&itp, sizeof(itp)); in inp_block_unblock_source()
1653 error = igmp_change_state(inm, &itp); in inp_block_unblock_source()
1675 igmp_set_fast_timeout(&itp); in inp_block_unblock_source()
2113 struct igmp_tparams itp; in inp_join_group() local
2115 bzero(&itp, sizeof(itp)); in inp_join_group()
2386 error = igmp_change_state(inm, &itp); in inp_join_group()
2419 igmp_set_fast_timeout(&itp); in inp_join_group()
2444 struct igmp_tparams itp; in inp_leave_group() local
2446 bzero(&itp, sizeof(itp)); in inp_leave_group()
2636 error = igmp_change_state(inm, &itp); in inp_leave_group()
2674 igmp_set_fast_timeout(&itp); in inp_leave_group()
2787 struct igmp_tparams itp; in inp_set_source_filters() local
2789 bzero(&itp, sizeof(itp)); in inp_set_source_filters()
2962 error = igmp_change_state(inm, &itp); in inp_set_source_filters()
2984 igmp_set_fast_timeout(&itp); in inp_set_source_filters()