Lines Matching refs:itp
1296 struct igmp_tparams itp; in in_joingroup() local
1301 bzero(&itp, sizeof(itp)); in in_joingroup()
1329 error = igmp_change_state(inm, &itp); in in_joingroup()
1348 igmp_set_fast_timeout(&itp); in in_joingroup()
1367 struct igmp_tparams itp; in in_leavegroup() local
1369 bzero(&itp, sizeof(itp)); in in_leavegroup()
1405 error = igmp_change_state(inm, &itp); in in_leavegroup()
1421 igmp_set_fast_timeout(&itp); in in_leavegroup()
1479 struct igmp_tparams itp; in inp_block_unblock_source() local
1481 bzero(&itp, sizeof(itp)); in inp_block_unblock_source()
1648 error = igmp_change_state(inm, &itp); in inp_block_unblock_source()
1670 igmp_set_fast_timeout(&itp); in inp_block_unblock_source()
2107 struct igmp_tparams itp; in inp_join_group() local
2109 bzero(&itp, sizeof(itp)); in inp_join_group()
2381 error = igmp_change_state(inm, &itp); in inp_join_group()
2414 igmp_set_fast_timeout(&itp); in inp_join_group()
2439 struct igmp_tparams itp; in inp_leave_group() local
2441 bzero(&itp, sizeof(itp)); in inp_leave_group()
2631 error = igmp_change_state(inm, &itp); in inp_leave_group()
2669 igmp_set_fast_timeout(&itp); in inp_leave_group()
2782 struct igmp_tparams itp; in inp_set_source_filters() local
2784 bzero(&itp, sizeof(itp)); in inp_set_source_filters()
2957 error = igmp_change_state(inm, &itp); in inp_set_source_filters()
2979 igmp_set_fast_timeout(&itp); in inp_set_source_filters()