Searched refs:group_addr (Results 1 - 25 of 102) sorted by relevance

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_igmp_join.h29 struct in_addr group_addr,
H A Dpim_oil.c51 static struct channel_oil *channel_oil_new(struct in_addr group_addr, argument
63 pim_inet4_dump("<group?>", group_addr, group_str, sizeof(group_str));
76 c_oil->oil.mfcc_mcastgrp = group_addr;
86 static struct channel_oil *pim_add_channel_oil(struct in_addr group_addr, argument
92 c_oil = channel_oil_new(group_addr, source_addr, input_vif_index);
103 static struct channel_oil *pim_find_channel_oil(struct in_addr group_addr, argument
110 if ((group_addr.s_addr == c_oil->oil.mfcc_mcastgrp.s_addr) &&
118 struct channel_oil *pim_channel_oil_add(struct in_addr group_addr, argument
124 c_oil = pim_find_channel_oil(group_addr, source_addr);
130 return pim_add_channel_oil(group_addr, source_add
[all...]
H A Dpim_igmpv3.h63 struct in_addr group_addr,
66 struct in_addr group_addr,
69 struct in_addr group_addr,
72 struct in_addr group_addr,
75 struct in_addr group_addr,
78 struct in_addr group_addr,
94 struct in_addr group_addr,
H A Dpim_join.h40 struct in_addr group_addr,
H A Dpim_oil.h48 struct channel_oil *pim_channel_oil_add(struct in_addr group_addr,
H A Dpim_ifchannel.h76 struct in_addr group_addr; /* (S,G) group key */ member in struct:pim_ifchannel
107 struct in_addr group_addr);
110 struct in_addr group_addr);
115 struct in_addr group_addr,
121 struct in_addr group_addr,
126 struct in_addr group_addr);
129 struct in_addr group_addr);
H A Dpim_ifchannel.c127 pim_inet4_dump("<grp?>", ch->group_addr, grp_str, sizeof(grp_str));
184 struct in_addr group_addr)
193 up = pim_upstream_add(source_addr, group_addr);
198 pim_inet4_dump("<grp?>", group_addr, grp_str, sizeof(grp_str));
216 ch->group_addr = group_addr;
249 struct in_addr group_addr)
263 pim_inet4_dump("<grp?>", group_addr, grp_str, sizeof(grp_str));
274 (group_addr.s_addr == ch->group_addr
182 pim_ifchannel_new(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
247 pim_ifchannel_find(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
338 pim_ifchannel_add(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
388 prune_echo(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
450 check_recv_upstream(int is_join, struct interface *recv_ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, int holdtime) argument
526 nonlocal_upstream(int is_join, struct interface *recv_ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
570 pim_ifchannel_join_add(struct interface *ifp, struct in_addr neigh_addr, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
676 pim_ifchannel_prune(struct interface *ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
735 pim_ifchannel_local_membership_add(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
759 pim_ifchannel_local_membership_del(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
[all...]
H A Dpim_igmp_join.c44 struct in_addr group_addr,
53 group_sa->sin_addr = group_addr;
43 pim_igmp_join_source(int fd, int ifindex, struct in_addr group_addr, struct in_addr source_addr) argument
H A Dpim_upstream.h84 struct in_addr group_addr; /* (S,G) group key */ member in struct:pim_upstream
100 struct in_addr group_addr);
102 struct in_addr group_addr);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_igmp_join.h29 struct in_addr group_addr,
H A Dpim_oil.c51 static struct channel_oil *channel_oil_new(struct in_addr group_addr, argument
63 pim_inet4_dump("<group?>", group_addr, group_str, sizeof(group_str));
76 c_oil->oil.mfcc_mcastgrp = group_addr;
86 static struct channel_oil *pim_add_channel_oil(struct in_addr group_addr, argument
92 c_oil = channel_oil_new(group_addr, source_addr, input_vif_index);
103 static struct channel_oil *pim_find_channel_oil(struct in_addr group_addr, argument
110 if ((group_addr.s_addr == c_oil->oil.mfcc_mcastgrp.s_addr) &&
118 struct channel_oil *pim_channel_oil_add(struct in_addr group_addr, argument
124 c_oil = pim_find_channel_oil(group_addr, source_addr);
130 return pim_add_channel_oil(group_addr, source_add
[all...]
H A Dpim_igmpv3.h63 struct in_addr group_addr,
66 struct in_addr group_addr,
69 struct in_addr group_addr,
72 struct in_addr group_addr,
75 struct in_addr group_addr,
78 struct in_addr group_addr,
94 struct in_addr group_addr,
H A Dpim_join.h40 struct in_addr group_addr,
H A Dpim_oil.h48 struct channel_oil *pim_channel_oil_add(struct in_addr group_addr,
H A Dpim_ifchannel.h76 struct in_addr group_addr; /* (S,G) group key */ member in struct:pim_ifchannel
107 struct in_addr group_addr);
110 struct in_addr group_addr);
115 struct in_addr group_addr,
121 struct in_addr group_addr,
126 struct in_addr group_addr);
129 struct in_addr group_addr);
H A Dpim_ifchannel.c127 pim_inet4_dump("<grp?>", ch->group_addr, grp_str, sizeof(grp_str));
184 struct in_addr group_addr)
193 up = pim_upstream_add(source_addr, group_addr);
198 pim_inet4_dump("<grp?>", group_addr, grp_str, sizeof(grp_str));
216 ch->group_addr = group_addr;
249 struct in_addr group_addr)
263 pim_inet4_dump("<grp?>", group_addr, grp_str, sizeof(grp_str));
274 (group_addr.s_addr == ch->group_addr
182 pim_ifchannel_new(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
247 pim_ifchannel_find(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
338 pim_ifchannel_add(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
388 prune_echo(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
450 check_recv_upstream(int is_join, struct interface *recv_ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, int holdtime) argument
526 nonlocal_upstream(int is_join, struct interface *recv_ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
570 pim_ifchannel_join_add(struct interface *ifp, struct in_addr neigh_addr, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
676 pim_ifchannel_prune(struct interface *ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
735 pim_ifchannel_local_membership_add(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
759 pim_ifchannel_local_membership_del(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
[all...]
H A Dpim_igmp_join.c44 struct in_addr group_addr,
53 group_sa->sin_addr = group_addr;
43 pim_igmp_join_source(int fd, int ifindex, struct in_addr group_addr, struct in_addr source_addr) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_igmp_join.h29 struct in_addr group_addr,
H A Dpim_oil.c51 static struct channel_oil *channel_oil_new(struct in_addr group_addr, argument
63 pim_inet4_dump("<group?>", group_addr, group_str, sizeof(group_str));
76 c_oil->oil.mfcc_mcastgrp = group_addr;
86 static struct channel_oil *pim_add_channel_oil(struct in_addr group_addr, argument
92 c_oil = channel_oil_new(group_addr, source_addr, input_vif_index);
103 static struct channel_oil *pim_find_channel_oil(struct in_addr group_addr, argument
110 if ((group_addr.s_addr == c_oil->oil.mfcc_mcastgrp.s_addr) &&
118 struct channel_oil *pim_channel_oil_add(struct in_addr group_addr, argument
124 c_oil = pim_find_channel_oil(group_addr, source_addr);
130 return pim_add_channel_oil(group_addr, source_add
[all...]
H A Dpim_igmpv3.h63 struct in_addr group_addr,
66 struct in_addr group_addr,
69 struct in_addr group_addr,
72 struct in_addr group_addr,
75 struct in_addr group_addr,
78 struct in_addr group_addr,
94 struct in_addr group_addr,
H A Dpim_join.h40 struct in_addr group_addr,
H A Dpim_oil.h48 struct channel_oil *pim_channel_oil_add(struct in_addr group_addr,
H A Dpim_ifchannel.h76 struct in_addr group_addr; /* (S,G) group key */ member in struct:pim_ifchannel
107 struct in_addr group_addr);
110 struct in_addr group_addr);
115 struct in_addr group_addr,
121 struct in_addr group_addr,
126 struct in_addr group_addr);
129 struct in_addr group_addr);
H A Dpim_ifchannel.c127 pim_inet4_dump("<grp?>", ch->group_addr, grp_str, sizeof(grp_str));
184 struct in_addr group_addr)
193 up = pim_upstream_add(source_addr, group_addr);
198 pim_inet4_dump("<grp?>", group_addr, grp_str, sizeof(grp_str));
216 ch->group_addr = group_addr;
249 struct in_addr group_addr)
263 pim_inet4_dump("<grp?>", group_addr, grp_str, sizeof(grp_str));
274 (group_addr.s_addr == ch->group_addr
182 pim_ifchannel_new(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
247 pim_ifchannel_find(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
338 pim_ifchannel_add(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
388 prune_echo(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
450 check_recv_upstream(int is_join, struct interface *recv_ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, int holdtime) argument
526 nonlocal_upstream(int is_join, struct interface *recv_ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
570 pim_ifchannel_join_add(struct interface *ifp, struct in_addr neigh_addr, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
676 pim_ifchannel_prune(struct interface *ifp, struct in_addr upstream, struct in_addr source_addr, struct in_addr group_addr, uint8_t source_flags, uint16_t holdtime) argument
735 pim_ifchannel_local_membership_add(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
759 pim_ifchannel_local_membership_del(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr) argument
[all...]
H A Dpim_igmp_join.c44 struct in_addr group_addr,
53 group_sa->sin_addr = group_addr;
43 pim_igmp_join_source(int fd, int ifindex, struct in_addr group_addr, struct in_addr source_addr) argument

Completed in 136 milliseconds

12345