Lines Matching refs:group_str

493       char group_str[100];  in igmp_show_interface_join()  local
498 pim_inet4_dump("<grp?>", ij->group_addr, group_str, sizeof(group_str)); in igmp_show_interface_join()
505 group_str, in igmp_show_interface_join()
1225 char group_str[100]; in igmp_show_groups() local
1229 pim_inet4_dump("<group?>", grp->group_addr, group_str, sizeof(group_str)); in igmp_show_groups()
1236 group_str, in igmp_show_groups()
1275 char group_str[100]; in igmp_show_group_retransmission() local
1281 pim_inet4_dump("<group?>", grp->group_addr, group_str, sizeof(group_str)); in igmp_show_group_retransmission()
1295 group_str, in igmp_show_group_retransmission()
1409 char group_str[100]; in igmp_show_sources() local
1413 pim_inet4_dump("<group?>", grp->group_addr, group_str, sizeof(group_str)); in igmp_show_sources()
1430 group_str, in igmp_show_sources()
1469 char group_str[100]; in igmp_show_source_retransmission() local
1473 pim_inet4_dump("<group?>", grp->group_addr, group_str, sizeof(group_str)); in igmp_show_source_retransmission()
1484 group_str, in igmp_show_source_retransmission()
1603 char group_str[100]; in mroute_add_all() local
1605 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str)); in mroute_add_all()
1608 source_str, group_str); in mroute_add_all()
1622 char group_str[100]; in mroute_del_all() local
1624 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str)); in mroute_del_all()
1627 source_str, group_str); in mroute_del_all()
1641 char group_str[100]; in static_mroute_add_all() local
1643 pim_inet4_dump("<group?>", s_route->mc.mfcc_mcastgrp, group_str, sizeof(group_str)); in static_mroute_add_all()
1646 source_str, group_str); in static_mroute_add_all()
1660 char group_str[100]; in static_mroute_del_all() local
1662 pim_inet4_dump("<group?>", s_route->mc.mfcc_mcastgrp, group_str, sizeof(group_str)); in static_mroute_del_all()
1665 source_str, group_str); in static_mroute_del_all()
2186 char group_str[100]; in show_mroute() local
2190 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str)); in show_mroute()
2219 group_str, in show_mroute()
2233 char group_str[100]; in show_mroute() local
2237 pim_inet4_dump("<group?>", s_route->group, group_str, sizeof(group_str)); in show_mroute()
2261 group_str, in show_mroute()
2298 char group_str[100]; in show_mroute_count() local
2306 pim_inet4_dump("<group?>", c_oil->oil.mfcc_mcastgrp, group_str, sizeof(group_str)); in show_mroute_count()
2315 group_str, in show_mroute_count()
2324 group_str, in show_mroute_count()
2333 char group_str[100]; in show_mroute_count() local
2341 pim_inet4_dump("<group?>", s_route->mc.mfcc_mcastgrp, group_str, sizeof(group_str)); in show_mroute_count()
2353 group_str, in show_mroute_count()
2362 group_str, in show_mroute_count()
2633 const char *group_str; variable
2642 group_str = argv[0];
2643 result = inet_pton(AF_INET, group_str, &group_addr);
2646 group_str, errno, safe_strerror(errno), VTY_NEWLINE);
2662 group_str, source_str, ifp->name, result, VTY_NEWLINE);
2680 const char *group_str; variable
2689 group_str = argv[0];
2690 result = inet_pton(AF_INET, group_str, &group_addr);
2693 group_str, errno, safe_strerror(errno), VTY_NEWLINE);
2709 group_str, source_str, ifp->name, result, VTY_NEWLINE);
4401 const char *group_str; variable
4432 group_str = argv[2];
4433 result = inet_pton(AF_INET, group_str, &group_addr);
4436 group_str, errno, safe_strerror(errno), VTY_NEWLINE);
4516 const char *group_str; in recv_joinprune() local
4557 group_str = argv[4]; in recv_joinprune()
4558 result = inet_pton(AF_INET, group_str, &group_addr); in recv_joinprune()
4561 group_str, errno, safe_strerror(errno), VTY_NEWLINE); in recv_joinprune()
4623 group_str, remain, VTY_NEWLINE); in recv_joinprune()
4735 const char *group_str; variable
4756 group_str = argv[2];
4757 result = inet_pton(AF_INET, group_str, &msg.im_dst);
4760 group_str, errno, safe_strerror(errno), VTY_NEWLINE);